BODY {
		margin-top: 10;
		margin-bottom: 10;
		margin-left: 10;
		margin-right: 10;
		font-family: Verdana;
		font-size: 10pt;
		text-align: justify;
}
H1 {
		font-size: 22pt;
		font-weight: normal;
		color: #428BDD;
		background: #303030;
		text-align: center;
		text-transform: capitalize;
}
H3 {
		font-size: 14pt;
		font-weight: normal;
		color: #428BDD;
		text-transform: capitalize;
}
<!-- --------------- START TABLE STYLES --------------- -->
TD {
		text-align: justify;
		font-family: Verdana;
		font-size: 10pt;
}
CAPTION {
		color: #428BDD;
		font-weight: bold;
		text-transform: capitalize;
		font-size: 11pt;
}
TH {
		text-transform: capitalize;
		font-size: 11pt;
}
<!-- --------------- END TABLE STYLES --------------- -->


<!-- --------------- START DIV STYLES --------------- -->
DIV.sidebartitle {
		font-size: 12pt;
		font-weight: bold;
		text-align: center;
}

<!-- --------------- END DIV STYLES --------------- -->


<!-- --------------- START LINK STLES --------------- -->
A {
		color: #428BDD;
		text-decoration: none;
}

A:visited {
		color: #428BDD;
		text-decoration: none;
}

A:hover {
		color: red;
}

A.mw{
		color: #428BDD;
}

.toolLink	{
		color: #428BDD; 
		font: 10pt verdana, arial, helvetica, sans-serif; 
		text-decoration: none;
		margin-left: 50;
		margin-right: 50;
}

<!-- --------------- END LINK STYLES --------------- -->


<!-- --------------- START HR STYLES --------------- -->
HR {
		color: #5F5EAC;
		text-align: center;
		width: 75%;
		margin-top: 10;
		margin-bottom: 10;
}
HR.sidebar {
		color: #5F5EAC;
		width: 90%;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
}

HR.menu {
		color: #AAAAAA;
		width: 85%;
		height: 2;
		margin-top: 0;
		margin-bottom: 0;
}

<!-- --------------- END HR STYLES --------------- -->