A:LINK  {
	font-family : Arial, Helvetica, sans-serif;
	color : blue;
}
A:VISITED {
    font-family : Arial, Helvetica, sans-serif;
	color : blue;
}
A:HOVER {
	text-transform : none;
	text-decoration : none;
	color : Green;
}

B {
	font-family : "Times New Roman", Times, serif;
	font-size : larger;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	color : green;
	text-transform : capitalize;
	text-decoration : none;
	}
BODY {
	scrollbar-3d-light-color : Lime;
	scrollbar-arrow-color : Green;
	scrollbar-base-color : #006400;
	scrollbar-dark-shadow-color : Black;
	scrollbar-face-color : #FAEBD7;
	scrollbar-highlight-color : Green;
	scrollbar-shadow-color : Gray;
}
