@charset "utf-8";
/* HTML tag section, one block per HTML tag type */
/* My Doggster.com site CSS file */
body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #73A35C;
	background-color: #000000;
}

title
{
 
}

a:link	{ text-decoration: underline; color: #000000; outline:none; text-decoration:none;}

a:active	{text-decoration: underline; color: #000000;  outline:none; text-decoration:none; }

a:visited	{text-decoration: underline; color: #000000; outline:none; text-decoration:none; }

a:hover	{text-decoration: underline; color: #FFCC00; outline:none; }


a {
	border-color: #000000;
	visibility: visible;
	clear: right;
	position: relative;
}

marquee {

}

form {
	background-color: #999999;
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	color:#FF0000;
	border-color: #FF00FF;	
}

input {
	font-size:12px
}

img {
	background-color:#000000;
}

table {
	background-color:#000000;

}

tr {
 	background-color:#000000;
}

td {
	color: #000000;
}

/* specific tag section, marked as a class in html code */

.bigpurp { font-family:Arial, Helvetica, sans-serif; color:#544992;}

.botcolor {font-family:Arial, Helvetica, sans-serif; color:#436698;}

.annoyingcolor {font-family:Arial, Helvetica, sans-serif; color:#577906;}

.pawscolor {font-family:Arial, Helvetica, sans-serif; color:#756A22;}

.abcolor {font-family:Arial, Helvetica, sans-serif; color:#673E30;}

.buzzs
{
	border-width: thick;
	border-color: #000000;
}

.header	/*(global) doggster header at the top*/
{
	background-image: url(banner2.png);
	background-position:top;
	background-repeat: no-repeat;
	background-color: transparent;
	width:1215px; 
	height:92px;
    display: block;
	margin: 0 auto;

}

 

