/* Copyright (c) vBlog Central 2005. All Rights Reserved */

	* {
		font-family: arial, verdana, sans-serif;
	}
	
	#menu a				{ color: black; text-decoration: none; }
	#menu a:link		{ color: black; text-decoration: none; }
	#menu a:visited		{ color: black; text-decoration: none; }
	#menu a:hover		{ color: red; text-decoration: none; }
	#menu a:active		{ color: red; text-decoration: none; }
	
	a			{ color: #036; text-decoration: underline; }
	a:link		{ color: #036; text-decoration: underline; }
	a:visited	{ color: #036; text-decoration: underline; }
	a:hover		{ color: #F33; text-decoration: underline; }
	a:active	{ color: #F33; text-decoration: underline; }
	
	a.click {
		font-size: smaller;
	}

	body {
		background-color: transparent;
	}
	
	td {
		font-size: smaller;
	}
	
	br {
		clear: left;
	}
	
	div.center	{
		text-align: center;
		padding: 1em;
		line-height: 1.5em;
	}
	
	div#chooser {
		text-align: center;
	}

	div#embed
	{
		font-family: arial, verdana, sans-serif;
		font-size: small;
		text-align: center;
		line-height: 1.5em;
		padding: 0;
	}

