body {
line-height: 1;
- color: white;
+ color: black;
background: #ffffff url(/images/bg_index.png) repeat-x top center;
}
+a {
+ color: #dc0d13
+}
+
+#body {
+ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+ color: white;
+ font-size: 12px;
+ text-align: left;
+ line-height: 1.5em;
+}
+
+#body a {
+ text-decoration: underline;
+ color: white;
+ display: inline;
+ opacity: 0.8;
+}
+
+#body a:hover {
+ opacity: .5;
+}
+
/* Header */
#header h1 {
background: url(/images/title_front.png) center top no-repeat;
.main-section {
float: left;
- padding-left: 120px;
- padding-right: 15px;
+ padding-left: 115px;
+ padding-right: 0px;
}
.main-section p {