@charset "UTF-8";
h1 { font-family: 'Open Sans', sans-serif; font-size: 34px; line-height: 120%; color: #335c92; font-weight: 800; text-align: center;}
body { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 120%; color: #333333; font-weight: 300; }
a, a:visited, a:active { color: #335c92; }
a:hover { background: #335c92; color: #ffffff;}
body { background-color: #D3D3D3; margin: 30px;}
#main { max-width: 800px; margin: 0 auto; padding: 10px 30px 30px 30px; background-color: #ffffff; }
strong { font-weight: 600; }
#footer { max-width: 800px; font-size: 12px; text-align: center; clear: both; margin: 20px auto; }
@media only screen and (max-device-width: 600px) {
	h1 { font-size: 52px; }
	body { font-size: 26px; }
}
li { margin-bottom: 15px; }