1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
body
{
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: center;
color: #000066;
background-color: #FFFFFF;
// background-image: url(../images/img_39.gif);
}
a:link { color: #000066; }
a:visited { color: #0000CC; }
a:hover, a:active
{
color: #CCCCFF;
background-color: #000066;
}
h2
{
color: #000066;
font: 140% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 10px 0;
}
//h2 a { text-decoration: none; }
h3
{
color: #000066;
font: 106% georgia, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
}
#container
{
margin: 1em auto;
width: 720px;
text-align: left;
background-color: #FFFFFF;
border: 1px none #0000CC;
}
#header
{
height: 45px;
width: 100%;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #0000CC;
position: relative;
border: 1px none #0000CC;
border-bottom: 1px solid #0000CC;
}
#header h1
{
font-size: 1px;
text-align: right;
color: #000066;
margin: 0;
padding: 0;
display: none;
}
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }
#menu
{
float: right;
width: 165px;
border-left: 1px solid #0000CC;
padding-left: 15px;
}
#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
//.blogentry { border-bottom: 1px solid #0000CC; }
.imagefloat { float: right; }
#footer
{
clear: both;
color: #CCCCFF;
background-color: #0000CC;
text-align: right;
font-size: 90%;
}
#footer img
{
vertical-align: middle;
}
#skipmenu
{
position: absolute;
left: 0;
top: 5px;
width: 645px;
text-align: right;
}
#skipmenu a
{
color: #666;
text-decoration: none;
}
#skipmenu a:hover
{
color: #fff;
background-color: #666;
text-decoration: none;
}
|