a:hover{
color:red
}

a:visited{
color:blue
}

a:visited:hover{
color:red
}

.Title {
text-align: center; 
color: "#ff0000"; 
font-size: 20pt; 
font-weight: bold
}



.text {
text-align: left; 
color: "#000080"; 
font-size: 18
}

#Cent{
text-align: center
}

#Right{
text-align: right
}

#Left{
text-align: Left
}
