A:link {
	color: #CCCC66; 
	font-weight: bold; 
	text-decoration: none;
}
A:visited {
	color: #993366; 
	font-weight: bold; 
	text-decoration: none;
}
A:active {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
}
A:hover {  
	color: #CC3333;
	font-weight: bold;
	text-decoration: none;
}

body {  
	color: #000000; 
	background-color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	text-align: justify;
    margin: 0px;
}

table {
	font-size: xx-small;
	text-align: justify;
} 

td {  
	font-size: xx-small;
	text-align: justify;
}

tr {  
	font-size: xx-small;
	text-align: justify;
}

.highlight td {
    color: white;
    background-color: #993366;
}

pre {  
	font-family: "Courier New", Courier, mono; 
	font-size: xx-small;
	font-style: normal;
}

code {  
	font-family: "Courier New", Courier, mono; 
	font-size: xx-small;
	font-style: normal;
}

var {  
	font-family: "Courier New", Courier, mono; 
	font-size: xx-small; 
	font-style: italic;
}

cite {  
	font-family: "Times New Roman", Times, serif; 
	font-size: x-small; 
	font-style: italic;
}

h1 {
	font-size: large;
	color: #CCCC66;

}
h2 {  	
	font-size: small;
}
h3 {  
	font-size: x-small;
}
h4 {  	
	font-size: xx-small;
}
