2003-05-26 12:24:55 +02:00
|
|
|
/* This is the stylesheet modern browser will use to print your pages. */
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #000;
|
2003-04-01 16:12:34 +02:00
|
|
|
}
|
2003-05-26 12:24:55 +02:00
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: serif;
|
|
|
|
font-size: 12pt;
|
2003-04-01 16:12:34 +02:00
|
|
|
}
|
2003-05-26 12:24:55 +02:00
|
|
|
|
2003-04-01 16:12:34 +02:00
|
|
|
#content {
|
2003-05-26 12:24:55 +02:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header, h3, h4, .storytitle {
|
|
|
|
border: none;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
width: auto;
|
2003-04-01 16:12:34 +02:00
|
|
|
}
|
2003-05-26 12:24:55 +02:00
|
|
|
|
|
|
|
#main {
|
|
|
|
float: none;
|
|
|
|
margin: 0px 10%;
|
|
|
|
padding: 0px;
|
|
|
|
width: auto;
|
2003-04-01 16:12:34 +02:00
|
|
|
}
|
2003-05-26 12:24:55 +02:00
|
|
|
|
2003-04-01 16:12:34 +02:00
|
|
|
#menu {
|
|
|
|
display: none;
|
|
|
|
}
|