/* Stylesheet for Akademy */
body {
	background-image: url(../images/main-pagebackground.jpg);
	background-repeat: repeat-x;
}
div#text {
	background-image: url(../images/background3.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
h2 {
	background-image: url(../images/main-icon.jpg);
}
h4 {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
span#sublinks {
	color: #ffffff;
	float: right;
}
span#sublinks a {
	color: #ffffff;
	text-decoration: none;
}
span#sublinks a:hover {
	text-decoration: underline;	
}