/*css definition file containing site style sheets*/

body,td,th {
	font-family: arial;
	font-size: medium;
	color: #000000;
	border-color: red;
	padding: 10;
	}
body {background-image: url("germanoutlinered2.gif");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;}
.style1 {font-size: x-small}


a:link {color: #FF0000; background: #ffffff;}
a:visited {color: #CCCC00; background: #ffffff;}
a:active {color: #000000; background: #ffffff;}
a:hover {color: #FFFF00; font-weight: bold; background: #ffffff;}
