body {font-family: arial, serif;}
body {background-color: #99FF99; background-image: url(images/left_border19.jpg);}

body A:link {color: #0066CC; text-decoration: none; font-weight: bold;} 
body A:visited {color: #0033CC; text-decoration: none; font-weight: bold;}
body A:hover {font-size: larger; color: #00CCFF; text-decoration: none; font-weight: bold;}
body A:active { color: #333399; text-decoration: none; font-weight: bold;}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective and
   a:active MUST come after a:hover in the CSS definition in order to be effective. */

h1 {text-align:center;}


body { margin-left: 15%; margin-right: 10%; }

p { text-align:center;
    color:navy;
    font-weight: bold;}


 ul#studentlist
{
padding: 0;
margin: 0;
list-style-type: disc; 
}

td {padding-left: 4cm}