www.pudn.com > HexEditOcx.rar > styles.css


body{
	font-family : Arial;
	font-size : 9pt;	
	text-align: justify;
}

h1 { 
	text-align: center; 
	font-family : Arial;
	font-size : 17pt;
	font-weight : bold;
}

h2 { 
	font-family : Arial;
	font-size : 14pt;
	font-weight : bold;
}

h3 { 
	font-family : Arial;
	font-size : 12pt;
	font-weight : bold;
}

h4 { 
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
}
a{
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	color : #1E5C8A;
}

a:hover{
	color : #000000;
}

DL.el { margin-left: -1cm }
DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 }
TD.md { background-color: #f2f2ff }
DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold }
DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller }
FONT.keyword       { color: #008000 }
FONT.keywordtype   { color: #604020 }
FONT.keywordflow   { color: #e08000 }
FONT.comment       { color: #800000 }
FONT.preprocessor  { color: #806020 }
FONT.stringliteral { color: #002080 }
FONT.charliteral   { color: #008080 }
p{
	font-family : Arial;
	font-size : 9pt;	
	text-align: justify;
	font-weight : normal;
}

ul{
	font-family : Arial;
	font-size : 9pt;
}

td{
	font-family : Arial;
	font-size : 9pt;
}
.infocell{
	background-color : #FFFFFF;
}

th{
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	text-align: center;
	background-color : #f2f2ff;
}
code{
	font-family : Arial;
	font-size : 9pt;
	color : #5D5D5D;
}
.table{
	border : 0px solid #000000;
	font-family : Arial;
	font-size : 9pt;
	background-color : #000000;
}