/* CSS Document */

html {width: 100%; height:100%;}
body {
	
	width: 100%; height:100%;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:scroll;
	background-color:#000000;
}
a {text-decoration: none; color:#000000;}
a:hover {text-decoration:underline;}
.blinktext {
	font-size: large;
	text-decoration: blink;
}
.justified {
	text-align: justify;
	color:#FFFFFF;
}
.allforyou {
     width:auto;
	 margin:4px;
     background-color:red;
	 font-weight:bolder;
	 text-align: justify;
	 padding:12px;
	 border-width:6px;
	 border-style:solid;
     border-color: white;
	 -moz-border-radius: 2em;
	-webkit-border-radius: 30px;
	 }
.allforyouwhite {
     width:auto;
	 margin:2px;
     background-color:white;
	 font-weight:bolder;
	 text-align: justify;
	 padding:12px;
	 border-width:4px;
	 border-style:solid;
     border-color: black;
	 -moz-border-radius: 2em;
	-webkit-border-radius: 30px;
	 }
.tinytext {font-size:smaller;color:#FFFFFF; text-align:justify; font-weight:normal;
}	 