You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
620 B
29 lines
620 B
body {
|
|
background-color: #f0f6fc;
|
|
font-size: 20px;
|
|
font-family: Verdana, "Verdana CE", sans-serif;
|
|
color: #000000;
|
|
margin: 10px;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Verdana, "Verdana CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
|
|
border-bottom: 1px solid #AFAFAF;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color: #000066;
|
|
}
|
|
|
|
a:link, a:visited {
|
|
color: #f0f6fc;
|
|
font-weight : bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:link:hover, a:visited:hover {
|
|
color: #f0f6fc;
|
|
font-weight : bold;
|
|
text-decoration : underline;
|
|
}
|
|
|