/* CSS For www.fightnews.com - text styles only */
   
   h1 {
   font-family: Arial, sans-serif;
   font-size: x-large;
   margin-bottom: 0;
   color: #000000;
   }

   h2 {
   font-family: Arial, sans-serif;
   font-size: large;
   margin-top: 0;
   }
   
   p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   }

	a.whitelink:link {color: #FFFFFF; background: #000000; font-weight: bold;}
	a.whitelink:active {color: #FFFFFF; background: #000000; font-weight: bold;}
	a.whitelink:visited {color: #FFFFFF; background: #000000; font-weight: bold;}
	a.whitelink:hover {color: #FFFFFF; background: #000000; font-weight: bold; text-decoration: underline;}
   

   .white {
   color: #ffffff;
   font-size: x-small;
   }
   
   .whitenorm {
   color: #ffffff;
   font-size: medium;
   }
   
   .whitenormbold {
   color: #ffffff;
   font-size: medium;
   font-weight: bold;
   }
   
   .whitesmbold {
   color: #ffffff;
   font-size: small;
   font-weight: bold;
   }
   
   .small {
   font-size: x-small;
   color: #000000;
   }
   
   .lsmall {
   font-size: small;
   }

   .blackbar {
   color: #ccccff;
   font-weight: bold;
   font-size: 10pt;
   }
   
   .eight {
   font-size: 8pt;
   color: #000000;
   }
   
   .red {
   color: red;
   font-size: small;
   }

     body {
     font-family: Arial, Helvetica, sans-serif; 
     padding:0; 
     margin:0; }

	 
      pre {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      }

.commentlist li, #commentform input, #commentform textarea {
font: 1.1em Arial, Helvetica, sans-serif;
}
	.aligncenter,
	div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

	.alignleft {
   float: left;
	}

	.alignright {
   float: right;
	}

	.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

	.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

	.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
