a:link
{
	color: rgb(255,102,51); 
}

a:visited
{
	color: rgb(0,204,204); 
} 

a:active 
{
	color: rgb(204,153,51);
}
body
{
	font-family: verdana;
}

table.one
{
	align: center;
	width= 90%;
	table-layout: fixed;
	height= 100%;
}

td.article
{
	width= 30%;
	padding-left: 2%;
	margin-top: 2cm;
	font-color: rgb(0,0,0);
	td-layout: fixed;
	valign: top;
}

td.right
{
	width= 30%;
	font-color: rgb(0,0,0);
	font-size: 12px;
	td-layout: fixed;
	padding-left: 2%
}
	

td.left
{
	font-size: 2px;
	width= 35%;
	font-color: rgb(0,0,0);
	td-layout: fixed;
	text-align: left;
}

menu.none
{
	list-style-type: none;
	text-align: left;
	
}


h3
{
	font-size: 15pt; 
	font-face: Britannic Bold;
}

p.article
{
	margin-left;
	font-size: 10pt;
	font-style: verdana;
}


.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1{ /*Demo 1 main container*/
width: 600px;
height: 30px;
border: none;
padding: 4px;
background-color: #ffffff;
}

#example2{ /*Demo 2 main container*/
width: 250px;
height: 190px;
border: 1px;
padding: 4px;
background-color: #ffffff;
border-color: #000000;
}

#example2 div ul{ /*Demo 2 UL container*/
margin: 3px;
padding-left: 15px;
}

#example2 div ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 5px;
margin-left: 15px;
}

#example3{ /*Demo 3 main container*/
width: 180px;
height: 250px;
border: none;
padding: 4px;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 15px;
margin-bottom: 15px;
}

code{ /*CSS for insructions*/
color: red;
}
