17 lines
211 B
CSS
17 lines
211 B
CSS
|
|
@import url("/main.css");
|
||
|
|
|
||
|
|
h2.pagetitle {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
h3.posttitle {
|
||
|
|
background-color: #E0FFE0;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.datehead {
|
||
|
|
text-align: center;
|
||
|
|
font-size: 0.8em;
|
||
|
|
font-style: italic;
|
||
|
|
}
|