/* CSS Document */

a:visited {color:yellow;}
a:link {color:yellow;}
a:hover {color:red;}

table {color:yellow;}

.center {text-align:center;}

body {background-color: #660099; font-family:geneva, arial; color:yellow; margin:5px;}

table {margin-left:auto; margin-right:auto;}

.top {vertical-align:top;}

.white {background-color:#FFFFFF; color:#660099; text-align:center;}

.left {text-align:left;}
