﻿/* style.css - style sheet */

body {
	margin-left: 2%; margin-right: 2%;
	background: #CCCCCC; color: black;
	font-family: Verdana, "Arial Black", sans-serif;
	
	}

pre { font-family: Verdana, "Arial Black", "Times New Roman", sans-serif; }

ul { font-family: Verdana, "Arial Black", "Times New Roman", sans-serif; }

p { font-family: Verdana, "Arial Black", "Times New Roman", sans-serif; }

h5 { font-family: Verdana, "Arial Black", "Times New Roman", sans-serif; }

h4 { font-family: Verdana, "Arial Black", "Times New Roman", sans-serif; }

h3 { font-family: Verdana, "Arial Black", "Times New Roman", sans-serif; }

h2 { font-family: Verdana, "Arial Black", "Times New Roman", sans-serif; }

h1 { font-family: Verdana, "Arial Black", "Times New Roman", sans-serif; }

a.plain { text-decoration: none; } 

:link { text-decoration: none; color: black }
:visited { text-decoration: none; color: black; }
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover { text-decoration: underline; color: #FFFF00; font-weight: bold }