body
{
background-color: rgb(130,130,130);
background-image: url("frontImages/tile4.png"); 
background-repeat: repeat;

background-position: top left;
color: rgb(80,80,80);
margin: 0px;
font-family: arial, sans-serif;
}

img { border: 0px; }

a
{
text-decoration: none;
color: rgb(255,255,255);

}

a:hover
{
color: rgb(103,201,212);
background-color:transparent;
background-image: none;
text-decoration: none;
}


.date
{
float:left;
font-size: large;
padding-right:20px;
}

.centerimage
 {
  position: absolute;  top: 25%;  left: 25%;  
  text-align:center;
 }

.title_center
    {
	text-align:center;
    margin-top:115px;
    margin-bottom:0px;
    padding:0px;
	
	
	font-family: times,serif;
	font-size: 18px;
	font-weight: normal;
	color: rgb(255,255,255);
	
    }
	
.bottom
{
clear: both
width:100%; color: rgb(100,100,100);
background-color: rgb(235,235,235);
padding-top:2px;padding-bottom:2px;
margin-top: 165px;
}

.rightblock
{
 float:right;
 display: block;
 width:10%;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 margin: 20px;
 margin-right: 50px;
 padding:10px;
 color: rgb(80,80,80);
 background: rgb(235,235,235);
 //border: thin solid black;
 //border-color: rgb(80,80,80);
 //border-right: 5px solid
}

.mC {width:100px; margin:5px; float:left;}
.mH {cursor:pointer;  font-weight:bold;   }
.mL {display:none; margin-bottom:10px;}
.mO {margin-left:10px; display:block;}