html, body {
margin: 0px;
padding: 0px;
height: 100%;
border: none;
}

body {
background-color: #fff;
-webkit-text-size-adjust: 100%;
}

a:link {color: #900;}
a:visited {color: #900;}
a:hover {color: #c33;}

.logo {
display: inline-block;
float: left;
margin: 4px 20px 4px 0px;
}

.ad {
margin: 10px 0px;
}

h1.title {
display: inline-block;
width: 580px;
white-space: nowrap;
overflow: hidden;
float: left;
font-family: varela round, arial rounded MT bold, arial, helvetica, san serif;
font-size: 20px;
font-weight: normal;
margin: 14px 0px 0px 20px;
color: #000;
}

.subnav {
font-family: varela round, arial rounded MT bold, arial, helvetica, san serif;
margin: 0px;
font-weight: bold;
color: #666;
cursor: pointer;
}

h2 {
font-family: varela round, arial rounded MT bold, arial, helvetica, san serif;
font-size: 22px;
font-weight: normal;
color: #900;
margin: 10px 0px 30px 0px;
}

table.list td {
font-family: varela round, arial rounded MT bold, arial, helvetica, san serif;
font-size: 15px;
padding: 8px 20px;
vertical-align: top;
max-width: 300px;
word-wrap: break-word;
}

p, input, select {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 0px;
margin: 10px 0px;
}

p {
line-height: 150%;
}

.pic {
max-width: 100px;
max-height: 75px;
width: auto;
height: auto;
}

.desmos {
height: 100px;
width: 100px;
margin: 0px;
}

.button {
margin: 10px;
cursor: pointer;
}

hr {
border: 0px; 
height: 1px;
background-color: #036;
width: 700px;
margin: 30px;
}

.share {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
LINE-height: 150%;
margin: 15px;
}

.share:link {color: #999;}
.share:visited {color: #999;}
.share:hover {color: #bbb;}

.shareOptions {
margin: 18px 0px;
}

.shareOptions td {
padding: 0px 10px;
}

.linkBox {
width: 450px;
font-size: 14px;
background-color: #eee;
border: 1px solid #ccc;
padding: 4px;
margin: 0px;
}

.copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #777;
margin: 10px;
}

#instructions {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
LINE-height: 100%;
height: 30px;
background-color: #fffdd4;
}

#instructions a:link {color: #36f;}
#instructions a:visited {color: #36f;}
#instructions a:hover {color: #69f;}

.print {display: none;}

@media print {
	.noPrint {display: none;}
	.print {display: table-row;}
	}