/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#boxA {
	height: 300px;
	width: 600px;
	margin-left: 100px;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #002255;
	background-image: url(images/backgroundboxA.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:link { 
	color: #ffffff;
	background-color: #689cef;
	text-decoration: none;
}

a:visited { 
	color: #ffffff;
	background-color: #689cef;
	text-decoration: none;
}

a:hover { 
	background-color: #006666;
	}

a:active { 
	background-color: #003399;
}

h1 { 
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #ffffff;
}

h2 { 
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	position: relative;
	bottom: -10px;
}

p { 
	font-size: 10px;
	text-align: justify;
	line-height: 12px;
	color: #ffffff;
}

#footer {
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-left: 310px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	width: 120px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
