
BODY { 
   font-family : Trebuchet, Arial, Helvetica, sans-serif ; 
   font-size : 10pt;
   color : #FEFBEB;
   text-decoration : none; 
   text-align: left;
   background-color: black;
   //background: black url(background.jpg) no-repeat;
}


.title {
	font-size: 16pt;
	padding-bottom: 8px;
}

.pendulum {
	font-size: 24pt;
	padding-bottom: 30px;
	font-weight: bold;
}

.main {
padding-top: 120px;
padding-left: 150px;
padding-right: 10px;
padding-bottom: 0px;
}

A:link { 

   text-decoration : none;
    color : #FEFBEB;
}

A:visited {
   text-decoration : none;
    color : #FEFBEB;
}

A:hover  {
   color : #ffffff;

   font-weight : bold;
}	

