A:visited {
color : #5e5eff;
text-decoration : none;
}

A:link {
color : #000099;
text-decoration : none;
}

A:active {
color : #cc0000;
text-decoration : none;
}

A:hover {
color : #ff4600;
text-decoration : underline;
}

.menu a:link {
display : block;
width : 100%;
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 80%;
color : #000099;
}

.menu a:visited {
display : block;
width : 100%;
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 80%;
color : #5e5eff;
}

.menu a:hover {
background : #eeeeee;
color : #ff4600;
}

p.tile1 {
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 120%;
color : black;
}

p.tile2 {
text-decoration : underline;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 110%;
color : black;
}
