body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}


/*  BASIC NAVIGATION IN SITE  */

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
#navbtm a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#navbtm a:visited { 
	color: #CCCCCC;
	text-decoration: none;
}
#navbtm a:hover { 
	color: #CCCCCC;
	text-decoration: underline;
}
#navbtm a:active { 
	color: #FFFFFF;
	text-decoration: underline;
}

#backgroundcontainer {
	background: #000000 url(assets/images/background.jpg) no-repeat top left;
}

#basiccontainer {
	background: #000000 url(assets/images/basicbackground.jpg) no-repeat top left;
}

.phrases {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.subheadings {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}
