a:link {
color: #0000FF;
}
a:visited {
color: #0000FF;
}
a:hover {
color: #CC0000;
}
a:active {
color: #ff33aa
} 

body {
background-color: #ffffff;
color: #000000;
margin: 0 0 0 30px;
padding: 0;
font-size: 90%;
}

.font50 {
font-size: 50px;
}


.left {
text-align: left
}
.center {
text-align: center
}
.right {
text-align: right
} 
.middle {
vertical-align: middle
} 

hr {
border: solid 2px #006699
} 

.list {
list-style-image: url("img/mack.gif")
} 
.listg {
list-style-type: none;
} 
.listd {
list-style-image: none;
list-style-type: disc;
} 


ul { 
margin: 10px 0 0 25px; 
padding: 0; 
} 
li { 
margin: 10px 0; 
} 

