/* 2009_main_index_test.css */

body {
	background-color: #cccccc; /* gray (changeable) */
        /* background-image: url(/images/watermark.gif); */
        /* background-image: url(/images/solid_background.jpg); */
        background-align: top-center;
        background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}
.links {
	color: black;
        text-shadow: #cccccc 2px 2px 2px;
        filter: Shadow(Color=#cccccc,Direction=135,Strength=2);
        font-size: 14pt;
        font-family: "Trajan Pro", Verdana, Arial, sans-serif;
	padding: 5px;
	}
.links a {
	text-decoration: none;
	color: #black; 
	display: block;
	margin-left: .5em;
	margin-right: .5em;
        margin-top: .5em;
	}
.links a:hover {
	text-decoration: underline;
	}