a:link {
	font-style : normal;
	color : #FFFFCC;
	cursor: pointer;
	text-align : center;
	font-family : Verdana;	font-size : 11px;
	text-decoration : none;
	filter : shadow(color:black, strength:3, Direction=135);
} 
a:visited {
	font-style : normal;
	color : #FFFFCC;
	cursor: pointer;
	text-align : center;
	font-family : Verdana;	font-size : 11px;
	text-decoration : none;
	filter : shadow(color:black, strength:4,  Direction=135);
} 
a:active {
	font-style : normal;
	color : #FFFFCC;
	cursor: pointer;
	text-align : center;
	font-family : Verdana;	font-size : 11px;
	text-decoration : none;
	filter : shadow(color:black, strength:4,  Direction=135);
} 
a:hover {
	font-style : normal;
	font-family : Verdana;	font-size : 11px;
	color : #FFFFCC;
	 cursor: pointer;
	text-align : center;	
	text-decoration : none;
	filter : shadow(color:black, strength:3,  Direction=135);
}

.body {
	background-color: #DDDDDD;
	font-family : Verdana;	font-size : 10px;
	color: black;
	text-align : justify;
}


.buttons {
	background-color : gray;
	font-style : normal;
	border:1px outset;
	font-size : 14px;
	color : Silver;
	text-align : center;
	font-family : Verdana;	font-size : 10px;
}
.buttons_noborder {
	background-color : #647E66;
	width : 100%;
	font-family : Verdana;	font-size : 10px;
	text-align : center;
}
.buttons_font {
	font-style : normal;
	font-size : 14px;
	color : White;
	text-align : center;
	font-family : Verdana;	font-size : 10px;
	text-decoration : blink;
}
.buttons_left {
	font-style : bookman old style;
	font-size : 12px;
	color : White;
	background-color : gray;
	width : 70%;
	font-family : Verdana;	font-size : 10px;
	text-align : left;
}
