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.
37 lines
458 B
37 lines
458 B
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
background-color: white;
|
|
font-family: Verdana, sans-serif;
|
|
font-size: 100%;
|
|
}
|
|
h1 {
|
|
font-size: 200%;
|
|
color: navy;
|
|
text-align: center;
|
|
}
|
|
h2 {
|
|
font-size: 150%;
|
|
color: red;
|
|
padding-left: 15px;
|
|
}
|
|
p,ul,li,td {
|
|
color: black;
|
|
}
|
|
a:link {
|
|
color: green;
|
|
text-decoration: underline;
|
|
}
|
|
a:visited {
|
|
color: gray;
|
|
}
|
|
a:hover {
|
|
color: red;
|
|
text-decoration: none;
|
|
}
|
|
a:active, a:focus {
|
|
color: red;
|
|
}
|