/* Web Fonts */
@import url("http://fonts.googleapis.com/css?family=Open+Sans");

body {background-color: red; margin: 50px; padding: 0px; font-family: "Open Sans", "Arial"; font-size: 14px; line-height: 140%;}

h1, h2, h3, h4, h5, h6 {padding: 0px; margin: 0px;}

a {color: red; text-decoration: none;}
a:hover {text-decoration: underline;}

.Layout {widht: 650px;}
.Page {width: 600px; padding: 25px; padding-bottom: 25px; background-color: white;}

.Section {margin-bottom: 25px;}
.Spaced {margin-bottom: 10px;}
.Nudged {margin-bottom: 5px;}
.Credit {font-size: 9px;}
.Grey {background-color: #eeeeee;}
.Light {color: #777777;}
.Padded {padding: 5px;}
.Small {font-size: 11px; line-height: 100%;}
.Footer {width: 600px; padding: 5px; padding-left: 25px; padding-right: 25px; border-top-style: solid; border-top-color: red; border-top-width: 5px; margin-top: 5px; padding-top: 5px; background-color: white; text-align: right;}
.Small_Caps {font-size: 12px; text-transform: uppercase; font-family: "Arial";}
.Right {float: right;}
.Block_Link {color: inherit; display: block;}
.Block_Link:hover {color: #aaaaaa; text-decoration: none;}

.Worksheet_Section {margin-bottom: 40px;}

h1 {margin-bottom: 25px; font-weight: bold; font-size: 18px;}
h2 {margin-bottom: 10px; font-weight: bold; font-size: 16px;}
h3 {margin-bottom: 10px; font-weight: bold; font-size: 13px;}
h4 {font-size: 16px; font-weight: bold; margin-bottom: 5px;}
h5 {font-size: 25px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase;}
h6 {font-size: 22px; font-weight: bold; margin-bottom: 10px;}
p {padding: 0px; margin: 0px; margin-bottom: 10px; line-height: 150%;}

object {border-width: 1px; border-color: blue; border-style: solid;}

img {display: block;}