44 lines
935 B
CSS
44 lines
935 B
CSS
|
<style type=\"text/css\">
|
||
|
body
|
||
|
{
|
||
|
color: #000000;
|
||
|
scrollbar-face-color: #9933CC;
|
||
|
font-family: Times, serif;
|
||
|
font-size: 12
|
||
|
}
|
||
|
table
|
||
|
{
|
||
|
font-family: Times, 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;
|
||
|
}
|
||
|
</style>
|
||
|
|