Files
tilman.de/www/projekte/pottenstein/website.css
T
2011-10-26 10:11:42 +02:00

30 lines
614 B
CSS

body {
background-color:#3399FF;
margin:20px;
}
body, td, th, p {
font-family: Tahoma, Helvetica, sans-serif;
font-size: small;
color:white;
font-weight:bold;
text-align:justify;
}
img { border: 0px; }
img.illu {
margin: 15px;
}
A:LINK { color: #BBDDFF; text-decoration: underline; }
A:VISITED { color: #BBDDFF; text-decoration: underline; }
A:ACTIVE { color: #BBDDFF; text-decoration: underline; }
A:HOVER { color: #BBDDFF; text-decoration: underline; }
h1 { font-size:200%; }
h2 { font-size:150%; }
h3 { font-size:135%; }
h4 { font-size:120%; }
.small { font-size:80%; }