body {
	font-family: tahoma;
	color: #0099ff;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	}
p {
	font-family: tahoma;
	color: #000000;
	text-align: justify;
	font-size: 0.7em;
	}

a:link, active {
	text-decoration: none;
	color: #0099ff;
	}

a:hover {
	color: #ffff33;
	text-decoration: none;
	text-transform: lowercase;
	}

a:visited {
	text-decoration: none;
	}

#header {
	position: absolute;
	left: 165px;
	}

#containerleft {
	position: absolute;
	left: 200px;
	top: 270px;
	width: 450px;
	padding: 2.5px;
	}

.posttitle h2{
	border-bottom: 1px #ffffff dashed;
	color: #0099ff;
	}

.subtitle {
	color: #0c99ff;
	font-size: 1em;
	}

.subtitle h3{
	font-weight: bold;
	}

p:first-letter {
	font-size: 3em;
	float: left;
	}

#containerright {
	position: absolute;
	right: 150px;
	top: 276px;
	width: 180px;
	height: 50px;
	padding: 2.5px;
	}

.sidetitle h3{
	text-align: right;
	border-bottom: 3px #ffffff dotted;
	}

.linklist {
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	}

img {
	float: left;
	padding: 3px 3px 3px 3px;
	border: 1px solid #ffccff;
	
	}