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