html, body{
	margin : 0px;
	background : #FFFFFF;
	font-size : 0.8em;
	font-family: Comic Sans MS, georgia, arial, times, serif;
	font-size: medium ;
	color : #F2EDCA;

}

#text_nav{
	position : absolute;
	top : 0px;
	right : 0px;
	margin : 5px;
	font-family: times, serif;
	font-size: x-small ;
	font-style: italic;
/*
	font-weight : bold;
*/
	color : #999999;

}
#img{
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -270px;
	margin-left : -375px;
	border : none;

}

#text_top{
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -300px;
	margin-left : -365px;
	font-size: x-large ;

}

#text_bottom{
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : 225px;
	margin-left : 310px;


}

a:link, a:visited {
color : #941a00;
text-decoration : none;
}

a:hover {
color : #941a00;

text-decoration : underline;
}

