html {
    margin: 40px;
    background-color: #DDDDCC;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    background-color: #DDDDCC;
	line-height: 1.6em;
	color: #282800;
}

h1 {
    font-size: 11px;
    font-weight: bold;
	margin-bottom: 20px;
}

p {
	margin-bottom: 16px;
}

div#flashContent {
    margin-bottom: 24px;
}

a {
    color: #3399CC;
    text-decoration: underline;
}
