:link {
	color : #0000CC;
	text-decoration : none;
}

:visited {
	color : #993399;
	text-decoration : none;
}

:hover {
	color : #FF0000;
	text-decoration : none;
}

:active {
	color : #FF0000;
	text-decoration : none;
}

body {
   background-image: url('background.jpg');
   background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1{
	
	font-family : Verdana,arial, sans-serif;
	font-size : 40px;
	font-weight : normal;
}

h2{
	color : #FF0000;
	font-family : "arial",sans serif;
	font-size : 20px;
	font-style : italic;
	font-weight : lighter;
}

h3{
	font-family : "Abadi MT Condensed light","Architecture",serif;
	font-size : 130%;
	font-weight : bold;
}

h4{
	font-family : Verdana,arial, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
}

p{
	font-family : Verdana,arial, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
}

#green{
	background-color : #339900;
}

#left{
	float : left;
	padding : 0.5em;
}

#list{
	color : #000000;
	font-family : "Times New Roman", serif;
	font-size : 120%;
	font-style : italic;
	font-weight : normal;
}

#red{
	background-color : #CC0000;
}

.red{
	background-color : #CC0000;
}
#right{
	float : right;
	padding : 0.5em;
}
