h1 {
 font-family: Arial;
 font-size: xlarge;
 font-weight: bold;
 text-align: center;
 color: #004000;
}
h2 {
 font-family: Arial;
 font-size: larger;
 font-weight: bold;
 text-align: center;
 color: #004000;
}
body {
 font-family: Arial;
 color: #000000;
}
a:visited {
 font-family: Arial;
 text-decoration: underline;
 color: #005F00;
}
a:hover {
 font-family: Arial;
 font-size: large;
 font-weight: bold;
 text-decoration: underline;
 color: #D01111;
}
html {
 height:100.1%;
}
div#rand {
 margin:20px;
}
div#box {
 background:#F8FE85;
 padding:2px;
}
