/* bob.css - Basic style sheet for Bob    */
/* Last update - 020705                   */

body {
font-family: Arial, Helvetica, Verdana, san-serif;
color: white;
background-color: blue;
}

h1 {
color: #ffffff;
background-color: blue;
font-family: "Arial Black", Arial, Helvetica, Verdana, san-serif;
text-align: center;
font-style: italic;
font-size: x-large;
line-height: 98%;
}

p {
text-align: justify;
}

ol {
text-align: justify;
}

.text {
color: #ffffff;
background-color: blue;
font-family: Arial, Helvetica, Verdana, san-serif;
font-weight: 700;
text-align: justify;
width: 500px;
padding: 0px 5px;
}

.center {
text-align: center;
}

.copyright {
color: #ffffff;
background-color: blue;
font-family: Arial, Helvetica, Verdana, san-serif;
font-weight: 700;
text-align: center;
font-size: x-small;
}

.link {
color: blue;
background-color: lime;
font-family: Arial, Helvetica, Verdana, san-serif;
font-variant: small-caps;
font-weight: 700;
font-size: normal;
text-align: center;
line-height: 80%;
}

a {
color: #00ffcc;
text-decoration: none;
}

a:hover {
color: blue;
background-color: #ffffff;
}
