﻿.class {

	color:white;

	font-family: Arial;

	font-size: 10pt;

	text-decoration: none;

}

.class a{

	color:white;

	text-decoration:none;

}

.class a:hover {
	
	color:#5498AB;

	text-decoration:underline;

	background:none;

}


.class2 {
	border: 3px solid; 
	
	border-top-color: green;
	
	border-bottom-color: white;
	
	border-right-color: white;
	
	border-left-color: white;

	font-weight: bold; 

	color:#910000;

	font-family: Arial;

	font-size: 10pt;

	text-decoration: none;

}

.class2 a{
	font-weight: bold; 

	color:#910000;

	text-decoration:none;

}

.class2 a:hover {

	color:#006600;

	text-decoration:underline;

	background:none;

}




