
h1 { color: #FFFFCC; }
h2 { color: white; }
h3 { color: #FFFF33; }


a  { color: white; 
     font-size: 18px;
     font-family: arial, sans-serif;
     
    }

a:link { 
	color: #white;
	}
a:visited { 
	color: #white;
	}

a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #white;
	}
body {
	background-attachment: fixed;
	background-image: url(twitcher.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#black;
}

p  { color: black; 
     font-size: 16px;
     font-family: arial, sans-serif;
     font-weight: bold;
    }

