a:link { 
       text-decoration: none; 
       color: #0000BB
}

a:visited {
     text-decoration: none; 
     color: #0000BB
}

a:active {
    text-decoration: none; 
    color: #0000BB
}

a:hover { 	
       text-decoration: none; 
   color: #0000BB;

}


body {  
margin:0px 0px; 
background-color: #1B331D;
background-image:url('../images/chalkboard.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
	
}




td {
   font-family: verdana; 
    color: black; 
    font-size: 12px;
    line-height: 20px;
	background-color:#FFF;
	
}


input {
      font-family: verdana;
      font-size: 12px;
      color: #000000;
       border:1px solid #c0c0c0;

}


select {
      font-family: verdana;
      font-size: 12px;
      color: #000000;
       border:1px solid #c0c0c0;

}

textarea {
      font-family: verdana;
      font-size: 12px;
      color: #000000;
       border:1px solid #c0c0c0;


}

hr {
height: 1px;
border: 0;
color: #cococo;
width: 100%;
}

