blob: 7c5c8cf9aaf4b5b0d9a3899af7c477278f90731e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/* KnoppMyth Style Sheet */
.headerimage {
border: thin solid #000000;
font-size: 18px;
background-color: #000080;
color: #FFFFFF;
}
table {
width: 725px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
border: thin solid #000000;
background-color: #CCCCCC;
color: #000000;
}
a, a:link, a:active, a:visited, a:hover {
font-size: 16px;
}
/* End of KnoppMyth Style Sheet */
|