.body {background-color:rgb(108,108,128); font-family:arial; font-size:12px; color:black; text-align:center; margin:5px;}
.back {background-color:white; margin:5px auto; width:800;} 
.copy {font-size: 12px; color: #404040; text-align: center;}
.rule {border: 1px solid gray;}

.title {
	font-size: 1.5em;
}

.warn {font-size: 12px; background-color: yellow; color: red;}

a:link {
        font-size: 16px;
        color: navy;
        text-decoration: none;
        font-weight: normal;
}
a:visit {
        font-size: 16px;
        color: navy;
        text-decoration: none;
        font-weight: normal;
}

a:hover {
        font-size: 16px;
        color: navy;
        text-decoration: underline;
        font-weight: normal;
}

hr {size: 1; }