style.css

a	  {
	color : #0000FF;
	font-weight : normal;
	font-size : 10pt;
	font-family : : Arial, "Sans-serif";
	text-decoration : none;
}

a:visited  {
	color : #800080;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, "Sans-serif";
	text-decoration : none;
}

a:active  {
	color : red;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, "Sans-serif";
	text-decoration : none;
}
a:hover    {
	font-family : Arial, "Sans-serif";
	font-size:    10pt;
	font-weight:  normal;
	color:        #587890;
	text-decoration : none;
}

body  {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

h1    {
	font-family : Arial, "Sans-serif";
	font-size:    11pt;
	font-weight:  bold;
	color: #3C656E;
	text-decoration : none;
}

h2    {
	font-family : Arial, "Sans-serif";
	font-size:    10pt;
	font-weight:  bold;
	color: #3C656E;
	text-decoration : none;
	background : #E2E7E9;
	font-style: italic;
}

h3    {
	font-family : Arial, "Sans-serif";
	font-size:    11pt;
	font-weight:  bold;
	color: #ffffff;
	text-decoration : none;
	background : #335766;
}

font  {
	font-family : Arial, "Sans-serif";
	font-size : 10pt;
	font-weight : normal;
	color : #3C656E;
	text-decoration : none;
}

em    {
	font-family : Arial, "Sans-serif";
	font-size:    10pt;
	font-weight:  bold;
	color: #335766;
	text-decoration : none;
}

.wit    {
	font-family : Arial, "Sans-serif";
	font-size:    10pt;
	font-weight:  bold;
	font-style:  normal;
	color: #ffffff;
	text-decoration : none;
}

.link    {
	font-family : Arial, "Sans-serif";
	font-size:    10pt;
	font-weight:  bold;
	color: #ffffff;
	text-decoration : none;
}

.link2    {
	font-family : Arial, "Sans-serif";
	font-size:    10pt;
	font-weight:  bold;
	color: #ffffff;
	font-style: normal;
	text-decoration : none;
}

ul {

	list-style : circle;
}

.margin  {
             margin-top: 5px;
             margin-right: 5px;
             margin-left: 5px;
}

address  {
	font-family : Arial, "Sans-serif";
	font-size : 8pt;
	font-weight : normal;
	font-style: normal;
	color : #3C656E;
	letter-spacing: 0.1em;
	line-height: 10pt;
	text-decoration : none;
}

.derover  {
	font-family : Arial, "Sans-serif";
	font-size : 9pt;
	background : #E2E7E9;
	font-weight : bold;
	font-style: normal;
	color : #3C656E;
	letter-spacing: 0.1em;
	line-height: 10pt;
	text-decoration : none;
}
