body {
	font-family: Arial, Verdana, sans-serif;}
#page {
        max-width: 940px;
        min-width: 720px;
        margin: 10px auto 10px auto;
        padding: 20px;
        border: 4px double #000;
        background-color: #efefef;} 
table {
        width: 600px;}
th, td {
        padding: 7px 10px 10px;}
th {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 90%;
        border-bottom: 2px solid #111111;
        border-top: 1px solid #999;}
tr:nth-child(even){
        background-color: #ffffff;}
tr:hover {
        background-color: #ffffff;}         
h1, h2 {
	color: #ee3e80;
        background-color: green;
        font-style: normal;
        font-size: 30px;
        font-weight: bold;
        text-decoration: underline;
        line-height: normal;
        text-align: right;}

p {
	color: #665544;}
ol {
        list-style-type: upper-roman; 
        color: #66cdaa;}
ul {
       list-style-type: circle;
        color: #ffffff;}
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: green;
}    