68 lines
1.2 KiB
CSS
68 lines
1.2 KiB
CSS
|
<style type=\"text/css\">
|
||
|
html
|
||
|
{
|
||
|
font-familly: sans-serif;
|
||
|
}
|
||
|
body
|
||
|
{
|
||
|
color: #000055;
|
||
|
font-family: sans-serif;
|
||
|
font-size: 12;
|
||
|
|
||
|
background-color: #EEFFFF;
|
||
|
|
||
|
scrollbar-face-color: #000077;
|
||
|
}
|
||
|
table
|
||
|
{
|
||
|
font-family: sans-serif;
|
||
|
font-size: 12;
|
||
|
}
|
||
|
.head
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
font-size: 12;
|
||
|
}
|
||
|
.centerhead
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
font-size: 13;
|
||
|
}
|
||
|
.centerbody
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
font-size: 14;
|
||
|
}
|
||
|
.magicbox
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
font-size: 10;
|
||
|
}
|
||
|
h1
|
||
|
{
|
||
|
color: #221111;
|
||
|
}
|
||
|
.bordure
|
||
|
{
|
||
|
/* background-color: #000000; */
|
||
|
border-width: 0px;
|
||
|
}
|
||
|
a
|
||
|
{
|
||
|
color: #0000FF;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a:hover
|
||
|
{
|
||
|
color: #EEEEFF;
|
||
|
background: #0000FF;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
a:visited
|
||
|
{
|
||
|
color: #7777AA;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
</style>
|
||
|
|