body{
	tblog-name: Page Body;
	tblog-info: Changing this class will affect the entire page.;
	background: ;
	cursor: url();
	background-image: url(http://i18.photobucket.com/albums/b113/emielli/pat_20070902094105.gif);
}

.main-table{
	tblog-name: Outer Shell;
	tblog-info: Change the width of your blog. (i.e. 100%, 700px);
	width: 900px;
}

td{
	tblog-name: Page Font;
	tblog-info: Change the default font for your blog.;
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
}

a, A:link, A:visited, A:active{
	tblog-name: Links;
	tblog-info: This will change all the links on your blog.;
	color: #808080;
	font-weight: normal;
	font-family: Georgia;
	text-decoration: ;
	border-width: ;
	border-color: ;
	border-style: ;
	font-size: ;
}

a:hover{
	tblog-name: Links (Rollover);
	tblog-info: What links look like when you hover over them.;
	text-decoration: underline;
	background: #F08460;
	font-style: ;
	font-weight: ;
	cursor: ;
	color: ;
}

td.top{
	tblog-name: Header;
	tblog-info: The head of your blog.;
	font-family: Georgia;
	background: #F0d0c4;
	background-image: url();
	font-size: 30;
	color: ;
	border-width: 1;
	border-style: Normal;
	border-color: #C8C8C8;
}

td.middle{
	tblog-name: Center Column;
	tblog-info: The area your posts are displayed.;
	background: #ffffff;
	background-image: url();
}

td.right{
	tblog-name: Right Column;
	tblog-info: The right column of your blog.;
	background-color: #ffffff;
	color: ;
	border-left-width: ;
	border-right-width: ;
	border-style: Normal;
	border-color: ;
	border-top-width: ;
	width: ;
}

td.left{
	tblog-name: Left Column;
	tblog-info: The left column of your blog.;
	background: #ffffff;
	border-left-width: ;
	border-right-width: ;
	border-color: ;
	border-style: solid;
	border-top-width: ;
	width: ;
}

p.username{
	tblog-name: Username;
	tblog-info: Your username (below the title).;
	font-size: 11;
	color: ;
	font-family: ;
	background-color: ;
}

td.subject{
	tblog-name: Post Title;
	tblog-info: The titles of each post.;
	background: #DCDCDC;
	font-size: 13px;
	color: ;
}

a.left:hover{
	tblog-name: Left Links (Rollover);
	tblog-info: The links in the left nav only.;
	background: #C8C8C8;
}

a, A.left:link, A.left:visited, A.left:active{
	tblog-name: Left Links;
	tblog-info: The links in the left nav only.;
	color: ;
}

hr{
	tblog-name: Comment Seperator;
	tblog-info: The lines that seperate your comments.;
	color: #C8C8C8;
	line-height: 3px;
	height: 3px;
	display: block;
}

