/*General font: */ 

font	{ font-family: "Times New Roman", Times, serif; color: #333333; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins.*/ 

body {	background-color: #dddddd; color: #333333; font-family:  "Times New Roman", Times, serif;}



.tempbody {margin-left:10%; margin-right:10%; height:400px;}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
display: inline;
top: 0;
visibility: hidden;

}


.dropmenudiv a{
width: 100%;
display: inline;
text-indent: 5px;
text-align:left;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #800000
}
