body
{
background-image:url('clouds.png');
background-repeat:repeat;
}

table.ex
{
border:0px white;
vertical-align:top;
border-style:ridge;
border-width:5px;
background-color:lightslategray;
}

.classy:hover 
{
width: 95px;
height: 65px;
}

p.cool
{
align-left;
font-style:italic;
}

a:link
{
color:blue;
}

a:visited    
{color:red;}

a:hover
{color:white;}

a:active
{color:#FFFF00;}	

h2.UST
{
color:Goldenrod;
font-weight:bold;
margin-top:0px;
margin-bottom:3px;
}


h3.secondone
{
color:DarkGreen;
font-weight:bold;
margin-top:0px;
margin-bottom:3px;
}

h3.school
{
color:Navy;
font-weight:bold;
margin-top:0px;
margin-bottom:3px;
}




