body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: red;
	font-family: arial, sans-serif;
}

a:link {
	text-decoration: underline;
	color: blue;
	font-style: italic;
	font-family: arial, sans-serif;
}

a:hover {
	color: red;
}

a:visited {
	color: purple;
	font-style: italic;
	text-decoration: none;
	font-family: arial, sans-serif;
}

p {
	font-weight: normal;
	font-style: normal;
	color: black;
	font-size: 15px;
	font-family: arial, sans-serif;
}

h1 {
	font-weight: bold;
	font-style: normal;
	color: black;
	font-size: 34px;
	font-family: arial, sans-serif;
}

h3 {
	font-weight: bold;
	font-style: normal;
	color: black;
	font-size: 25px;
	font-family: arial, sans-serif;
}

h4 {
	font-weight: bold;
	font-style: normal;
	color: black;
	font-size: 20px;
	font-family: arial, sans-serif;
}

.navbar_pos {
	position: absolute;
	left: 5px;
	top: 200px;
	width: 160px;
}

.mainscreen_pos {
	position: absolute;
	left: 250px;
	top: 100px;
	width: 500px;
}

.toptitle_pos {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 800px;
}

.maincontent_pos {
	position: absolute;
	left: 5px;
	top: 250px;
	width: 800px;
}