/*Master style sheet for Rockwood Ventures Pty Ltd*/
/*background settings*/

body {
margin: 0;/*remove all inherent margins and padding*/
pading: 0;
background-color:#003300;
text-align: center;
}

/*link settings*/
a:link {
color:#CCCC33; 
text-decoration: none;
}

a:active {
color:#FFCC00; 
text-decoration: none;
}

a:visited {
color:#6666FF; 
text-decoration: none;
}

a:hover {
color:#FFFFCC; 
text-decoration: none;
}

	/*parent container settings*/
	#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
  	}

/*Style Tags*/
#Body_txt {
font-family: 'Maiandra GD'; 
color: rgb(153,204,0); 
font-size: 15px";
}

#Indent {
font-family: 'Maiandra GD'; 
color: rgb(153,204,0); 
font-size: 14px";
}
#Quote_txt {
font-family: 'Maiandra GD'; 
color: rgb(204,255,102); 
font-size: 15px;
}

#Quote_cite {
text-align:right;
font-family: 'Maiandra GD'; 
color: rgb(204,255,102); 
font-size: 15px;
}

#Caption {
font-family: 'Maiandra GD'; 
color: rgb(204,204,255); 
font-size: 15px;
}

#Footer_nav {
font-family: 'Maiandra GD'; 
color: rgb(153,204,0); 
font-size: 12px;
}

#Cite {
text-align: right;
font-family: 'Maiandra GD'; 
color: rgb(153,204,0); 
font-size: 13px;
}