/* CSS Document */

body {
	font-family: Calibri, Gill Sans MT, Verdana, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333333;
	margin-top: 10px;
}

a:link {
    color:#FFFFFF;
}

a:visited {
    color:#FFFFFF;
}
a:hover, a:active {
      text-decoration:underline;
      color: #003300;
	  background-color:#669966;
	  }
	  
#header {
background-image:  url(webdesignt.jpg);
background-repeat: no-repeat;
text-align: center;
background-color: #000000;
}

.title{
color: #87A5E1;
font-size: 18px;
font-weight:bold;

	}
	
.subtitle{
color: #669966;
font-size: 14px;
font-weight:bold;
	}