/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(images/background-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #70AEE2;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
} 

/* Header */
h1 {
	font-size: 13px;
	font-weight: bold;
}

/* smallest text */
h6 {
	font-size: 8px;
	color: #999999;	
}

/* larger text */
h2 {
	font-size: 20px;
	color: #999999;	
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #990000;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.table-text {
	font-size: 10px;
	color: #333333;
}
.big {
	font-size: 20px;
}

