35 lines
825 B
CSS
35 lines
825 B
CSS
body {
|
|
font-family:trebuchet ms,arial,helvetica,verdana,sans serif;
|
|
}
|
|
|
|
# {
|
|
font-family:trebuchet ms,arial,helvetica,verdana,sans serif;
|
|
}
|
|
|
|
#strong {
|
|
font-family:trebuchet ms,arial,helvetica,verdana,sans serif;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
color:FFFFFF;
|
|
padding:0px 0px 0px 0px;
|
|
}
|
|
|
|
#strong1 {
|
|
font-family:trebuchet ms,arial,helvetica,verdana,sans serif;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
color:FFFFFF;
|
|
padding:4px 0px 4px 0px;
|
|
}
|
|
|
|
#strong2 {
|
|
font-family:trebuchet ms,arial,helvetica,verdana,sans serif;
|
|
}
|
|
|
|
a {text-decoration: none;color:324395;}
|
|
a:hover {text-decoration: none;color:C40026;}
|
|
|
|
#strong a {text-decoration: none;color:FFFFFF;}
|
|
#strong a:hover {text-decoration: underline;}
|
|
|