18 lines
284 B
CSS
18 lines
284 B
CSS
![]() |
body {
|
||
|
font-family: Verdana,Arial,Tahoma;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
pre {
|
||
|
font-family: Courier New;
|
||
|
background-color: #E9E9E9;
|
||
|
padding: 1px;
|
||
|
}
|
||
|
a,a:visisted {
|
||
|
color: #0000EA;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
a:hover {
|
||
|
background-color: #0000EA;
|
||
|
color: #FFFFFF;
|
||
|
text-decoration: none;
|
||
|
}
|