BODY { 
    font-family: Arial, sans-serif;
    color : black;
    background : white
}
A:LINK { 
    font-weight : bold;
    text-decoration : none;
    color : #CC0000
}
A:VISITED { 
    font-weight : bold;
    text-decoration : none;
    color : #990000
}
A:ACTIVE { 
	color: #FF0000; 
	font-weight: bold; 
	text-decoration: none 
}
A:HOVER { 
	color: #FF0000; 
	font-weight: bold; 
	text-decoration: none 
}
.size { 
	color: #336666
}
.includes { 
	font-weight : bold;
	color: #0000FF 
}
.author { 
	color: #009900
}
.author:link { 
    font-weight : bold;
    text-decoration : none;
	color: #00CC00
}
.author:visited { 
    font-weight : bold;
    text-decoration : none;
    color : #009900
}
.author:active { 
	color: #00FF00; 
	font-weight: bold; 
	text-decoration: none 
}
.author:hover { 
	color: #00FF00; 
	font-weight: bold; 
	text-decoration: none 
}
.email { 
	color: #009900
}
.email:LINK { 
    font-weight : bold;
    font-style : italic;
    text-decoration : none;
    color: #00AA00
}
.email:VISITED { 
    font-weight : bold;
    font-style : italic;
    text-decoration : none;
    color : #008000
}
.email:ACTIVE { 
    font-style : italic;
    color: #00FF00;
    font-weight: bold; 
    text-decoration: none 
}
.email:HOVER { 
    font-style : italic;
    color: #00FF00;
    font-weight: bold; 
    text-decoration: none 
}
