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.
31 lines
652 B
31 lines
652 B
6 months ago
|
|
||
|
body {
|
||
|
background-color: #ffffff;
|
||
|
font-size: 20px;
|
||
|
font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
|
||
|
color: #000000;
|
||
|
margin: 10px;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
|
||
|
border-bottom: 1px solid #AFAFAF;
|
||
|
font-size: 25px;
|
||
|
font-weight: bold;
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
color: #D20005;
|
||
|
}
|
||
|
|
||
|
a:link, a:visited {
|
||
|
color: #045491;
|
||
|
font-weight : bold;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:link:hover, a:visited:hover {
|
||
|
color: #045491;
|
||
|
font-weight : bold;
|
||
|
text-decoration : underline;
|
||
|
}
|