﻿body {

	margin: 25px;

	background-color: #686868;

	font-size: 11px; 

	color: #FFFFFF; 

	font-family: Verdana, Arial, Helvetica, sans-serif;

}




a:link {

    font-family     : Arial; 
    font-size       : 16px;  
    color           : #ffffff;
    text-decoration: underline;

}

a:visited {

	text-decoration: underline;

	color: white;

}

a:hover {

	text-decoration: underline;

	color: red;

}

a:active {

	text-decoration: none;

	color: #white;

}

.style1 {

        color: #ffffff;

        font-size: 9px;

}

.bgtbl {
	
	background-image: none
	
}
