html, body {
background-color: #68228b;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
} 

.wrapper {
width: 85%;
margin: 0 auto;
text-align: left;
}

.content {
overflow: hidden;
}

.header {
width: 100%;
text-align: center;
font-size: 60px;
font-weight: bold;
}

.title {
margin-top: 10px;
margin-bottom: 28px; 
font-size: 20px;
font-weight: bold;
text-align: center;
}

.note {
font-style: italic;
font-size:11px;
line-height:23px;
}

.content .primary {
display: block;
background-color: #ffffff;
color: #68228B;
background: url(line.png) repeat;
border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
padding: 1em;
width: 95%;
line-height: 1em;
overflow:auto;
margin-left: 15px;
min-height: 500px;
}

.footer {
width: 100%;
text-align: center;
font-weight: bold;
padding: 1em;
}

.primary a {
color: #68228B;
text-decoration: none;
}

.social
{
position : relative;
list-style-type : none;
}

.social li{
float : left;
padding : 6px;
margin : 2px;
}

.col {
width: 35em;
float: left;
clear: none;
}

.item {
width: 35em;
}

.spacer {
width: 35em;
}

.instructions
{
margin: 1em;
}

.column {
width: 30%
margin: 1em;
}

.text {
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
line-height:23px;
}

td {
width: 33%;
font-size:14px;
line-height:23px;
padding: 0px;
vertical-align: top;
}

table {
width: 100%;
border-collapse:collapse;
}

.landscape {
text-align: center;
margin-bottom: 26px;
}