You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
318 B
20 lines
318 B
/*HTML Home Page Style Sheet
|
|
Created by Karl Dubost - 2007-03-07 */
|
|
|
|
/*Usual CSS*/
|
|
img {border-width: 0;
|
|
vertical-align:bottom;}
|
|
|
|
/*Main structure*/
|
|
body {
|
|
font-family: "Gill Sans", sans-serif;
|
|
padding:0;
|
|
margin:20px;
|
|
color: #000;
|
|
background-color: #fff;
|
|
}
|
|
p.copyright
|
|
{
|
|
display: none;
|
|
}
|
|
|