body{
	tblog-name: Page Body;
	tblog-info: Changing this class will affect the entire page.;
	background: #;
	cursor: url();
	background-image: url(http://images.tblog.com/user_images/1249525403_dweetiex3.gif);
}

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

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

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

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

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

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: #cccccc;
	color: #009900;
	border-left-width: 0;
	border-right-width: 0;
	border-style: ;
	border-color: #666666;
	border-top-width: 0;
	width: 200;
}

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

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

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

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

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

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

