<!--------------------------------------- MAIN STYLE SHEET -------------------------------------->

a           {                                          

				font-family: Verdana, Arial;
				color: #FFFFFF;
				text-decoration: none
				
			}

a:hover		{
				font-family: Verdana, Arial;
				color: #FFFFFF; 
				text-decoration: none
			}

body		{
				font-family: Verdana, Arial;
				font-size: 11px;
				color: #FFFFFF;
				text-decoration: none;
				background-color: #000000;
			}

.text		{ 
				font-family: Verdana, Arial;
				font-size: 12px;
				color: #FFFFFF;
				text-decoration: none;
			}

.bigtext		{ 
				font-family: Verdana, Arial;
				font-size: 28px;
				font-weight: Bold;
				color: #FFFFFF;
				text-decoration: none;
			}

.textbold	{ 
				font-family: Verdana, Arial;
				font-size: 11px;
				font-weight: Bold;
				color: #FFFFFF;
				text-decoration: none;
			}

.maxtext    {  
				font-family: Verdana, Arial;
				font-size: 18px;
				font-weight: Bold;
				color: #FFFFFF;
				text-decoration: none;
			}

.justified  {  
				font-family: Verdana, Arial;
				font-size: 10px;
				color: #FFFFFF;
				text-decoration: none;
				text-align: justify;
			}

.binary		{  
				font-family: Courier New, Courier;
				font-size: 18px;
				font-weight: Bold;
				color: #FFFFFF;
				text-decoration: none;
			}

.link       {  
				font-family: Verdana, Arial;
				font-size: 10px;
				font-weight: Bold;
				color: #FFFFFF;
				text-decoration: none;				

			}

.linkbold	{  
				font-family: Verdana, Arial;
				font-size: 12px;
				font-weight: Bold;
				color: #FFFFFF;
				text-decoration: none;				

			}

.minilink   {  
				font-family: Verdana, Arial;
				font-size: 10px;
				font-weight: Normal;
				color: #FFFFFF;
				text-decoration: none;				

			}

hr			{  
				color: #FF0000;
				background-color: #FF0000;
				width: 100%;
				height: 3pt;
			}

table		{  
				border: 0px;
				border-style: Solid;
				border-width: 0px;
#				border-color: #000000;
#				background-color: #000000;
#				background: transparent url('http://www.technopop.com.br/imagens/ci.jpg') repeat center fixed;
#				background-image: URL('');
#				background-repeat: Repeat;
#				background-attachment: Fixed;
#				background-position: top center;
				width: 90%;
				text-align: Center;
				vertical-align: Center;
				padding: 0px;
				margin-left: Auto;
				margin-right: Auto;						
			}

<!----------------------------------------------------------------------------------------------->

