100 lines
1.7 KiB
CSS
100 lines
1.7 KiB
CSS
<style type='text/css'>
|
|
html
|
|
{
|
|
font-family: sans-serif;
|
|
}
|
|
body
|
|
{
|
|
/*color: #000055;*/
|
|
font-family: sans-serif;
|
|
font-size: 12;
|
|
|
|
background: #EEFFFF;
|
|
|
|
scrollbar-face-color: #000077;
|
|
}
|
|
table
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 12;
|
|
color: #000000;
|
|
}
|
|
.head
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 12;
|
|
color: #ccccff;
|
|
}
|
|
.foot
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 12;
|
|
background: #ccccff;
|
|
text-align:center;
|
|
}
|
|
.centerhead
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 13;
|
|
background: #ccccff;
|
|
}
|
|
.centerbody
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 14;
|
|
color: #ffccff;
|
|
}
|
|
.magicbox
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 10;
|
|
background: #cceeff;
|
|
}
|
|
h1
|
|
{
|
|
color: #221111;
|
|
}
|
|
.bordure
|
|
{
|
|
/* background-color: #000000; */
|
|
border-width: 0px;
|
|
border-color: none;
|
|
}
|
|
a
|
|
{
|
|
color: #0000FF;
|
|
text-decoration: none;
|
|
}
|
|
a:hover
|
|
{
|
|
color: #EEEEFF;
|
|
background: #0000FF;
|
|
text-decoration:none;
|
|
}
|
|
a:visited
|
|
{
|
|
color: #7777AA;
|
|
text-decoration: none;
|
|
}
|
|
.head_1
|
|
{
|
|
display:none;
|
|
|
|
}
|
|
.head_2
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 13;
|
|
text-align: center;
|
|
background: #ccccff;
|
|
}
|
|
.head_3
|
|
{
|
|
display:none;
|
|
}
|
|
.head_4
|
|
{
|
|
display:none;
|
|
}
|
|
</style>
|
|
|