47 lines
No EOL
1,010 B
CSS
Executable file
47 lines
No EOL
1,010 B
CSS
Executable file
/* Body */
|
|
BODY {
|
|
margin: 10px 10px 10px 10px;
|
|
background-color : #FFFFFF ;
|
|
color : #000000;
|
|
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
}
|
|
|
|
td,tr,p,div,input,select {
|
|
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
a {
|
|
color : #FF6600;
|
|
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
|
|
font-weight : normal;
|
|
text-decoration : none;
|
|
}
|
|
|
|
a:hover {
|
|
color : #808080;
|
|
font-size : 12px;
|
|
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
|
|
font-weight : normal;
|
|
text-decoration : underline;
|
|
}
|
|
|
|
a:active {
|
|
color : #FFFFFF;
|
|
background-color : #FF6600;
|
|
font-size : 12px;
|
|
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
|
|
font-weight : normal;
|
|
text-decoration : underline;
|
|
}
|
|
|
|
.error {
|
|
color : red;
|
|
font-size : 12px;
|
|
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
|
|
font-weight : normal;
|
|
}
|
|
|
|
} |