@import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin);

/**** Dual-Webs CSS ****/

/** Basic Structure **/
body {
	font-family:Helvetica,Verdana, Arial, sans-serif;
	background-color:#316a89;
}
#frontBox {
	background-color:#ffffff;
	margin:100px auto;
	padding:40px 20px;
	width:500px;
	border: 1px solid #183545;
}


/** Fonts **/
p {
	font-size:0.85em;
	color: #333333;
}
h1 {
	color:#888888;
	font: 26px 'Lobster', arial, serif;color: #17455f;font-weight:300;
}
h2 {font-weight:normal;font-size:16px;color:#444444;}
h3 { }

/** LINKS **/

a, a:visited {
	color:#444444;
	font-variant:none;
	text-decoration:underline;
	font-style:italic;
}
a:hover, a:active {
	color:#777777;
	text-decoration:none;
}
