/***************************************************************************************************
File:			inClass13.css
Description:	Matthew Werstler's Cascading Style Sheet Example for class 13
Created On:		28-Feb-2007
Created By:		Matthew Werstler
Update:			
***************************************************************************************************/

/* Add img style */
img
{
	vspace:20;
	hspace:20;
	align:left;
}

/*css class tags for the content and menu section*/
.content
{
	border-style:dotted;
}

.menu
{
	width:780;
	text-align:center;
	border-color:green;
}
.menu a:active
{
	text-decoration:none;
	color:#641411;
}
.menu a:visited
{
	text-decoration:none;
	color:#711810;
}
/*rewrite a:hoover and focus*/
/* menu td 
	width:25%  */
	
.special
{
	/* Change the text size and props */
}