/* ----- CSS ----- */

*{
margin:0px;
padding:0px;
font-family:verdana,arial,tahoma,helvetica;
font-size:11px;
}
body{
margin:0px;
padding:0px;
background-color:#a8ba85;
}

/* ----- IDS ----- */

#container{
width:;
margin:;
padding:;
background:;
text-align:;
}
#primaryContent{
position:;
float:;
width:;
margin:;
padding:;
background:;
text-align:;
}

/* ----- CLASSES ----- */

.hide{
display:none;
}
.show{
display:block;
}

/* ----- PARAGRAPHS ----- */

p{
font:;
color:;

font-size:;
font-family:;
font-style:;
font-weight:;
font-variant:;

text-align:;
text-indent:;
text-decoration:;
text-shadow:;
text-transform:;

letter-spacing:;
word-spacing:;
}

/* ----- LISTS ----- */

li{
list-style:;

list-style-type:;
list-style-image:;
list-style-position:;
float:;
margin:;
padding:;
}

/* ----- LINKS ----- */

a{
font:;
color:;
text-decoration:;
border-bottom:;
}
a:hover{
color:;
background-color:;
border-bottom:;
}
a:visited, a:active, a:focus{
color:;
background-color:;
border-bottom:;
}.unnamed1 {
	font-size: 12px;
	font-style: normal;
	text-indent: 30%;
}

