@charset "UTF-8";
/* CSS Document

div {border:thin red solid;} */

body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	margin:0 auto;
	width:960px;
	background-image:url(images/bg4.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.container {

padding:20px;
}

h1  {
color:#6BA8BE;
display:inline;
font-size:40px;
text-decoration:none;
}

h2 {
color:#6BA8BE;
font-size:24px;
font-weight:normal;
margin-top:30px;
}

a

{
background-color:#FF6666;
text-decoration:underline;
color:#FFFFFF;
padding:5px 10px;
}

a:hover {
background-color:#FF3300;
cursor:pointer;
}