BODY {		font-size: 16px;
			font-family: arial;
			color: black;
			}
H1 {		font-size: 20px;
			font-family: arial;
			font-weight: bold;
			}
H2 {		font-size: 16px;
			font-family: arial;
			font-weight: bold;
			font-style: italic;
			}
H3 {		font-size: 20px;
			font-family: arial;
			font-weight: bold;
			font-style: italic;
			color: darkblue;
			}
P {			font-size: 16px;
			font-family: arial;
			}
TD {		font-size: 16px;
			font-family: arial;
			}
TH {		font-size: 16px;
			font-family: arial;
			font-weight: bold;
			}
.bold {		font-weight: bold;
			}

.box {		font-size: 14px;	
			font-weight: bold;
			color: #333333;
			}

.quest {	font-size: 16px;	
			font-weight: bold;
			font-style: italic;
			}

.small		{font-size: 12px;
			}

A:link {	color: darkblue;
			font-weight: bold;
			text-decoration: none; 
			}
A:active {	color: darkblue;
			font-weight: bold; 
			text-decoration: none; 
			}
A:visited {	color: darkblue;
			font-weight: bold; 
			text-decoration: none; 
			}
