BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	
	
	background-repeat: repeat; 
	background-position: center;
	background-attachment: fixed;
	font-weight: bold;
	
	scrollbar-arrow-color:white;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:6699CC;
	scrollbar-highlight-color:black;
	scrollbar-shadow-color:white;
	
}
P {
	font-size: 10pt;
	font-weight: bold; 
	margin-left: 10%; 
	margin-right: 2%; 
	text-align: justify;
	
} 

H1 {
	font-family: arial; 
	font-size: 20pt; 
	margin-left: 10%; 
	margin-right: 10%; 
	text-align: center; 
	font-weight: bold;
} 
H2 {
	font-family: arial; 
	font-size: 16pt; 
	margin-left: 10%; 
	margin-right: 10%; 
	text-align: center;
} 

.red {
	color: red;
} 
.white {
	color: white;
} 

A {
	color :#003366;
	text-decoration: none;
}

A:HOVER {
	text-decoration:overline underline color #003366;
    cursor: crosshair;
}