﻿body {
}

#tags
{
    background-color: #F2F2F2;
}

#tags ul
{
    text-align: center;
   
   
    margin: 0;
    padding: 5px 0px;
    list-style-type: none;
}
	#tags li
{
    list-style: none;
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
}
	#tags li a{
		text-decoration:none;
		
		
		}
	#tags li a:hover
{
    color: #000000;
    background-color: #ffff99;
}		
	
	.tag1
{
    font-size: 13px;
    color: #993300;
    font-family: Arial;
}
	.tag2
{
    font-size: 10px;
    text-transform: uppercase;
    color: #696969;
    font-family: 'Gill Sans Ultra Bold Condensed';
}
	.tag3
{
    font-size: 11px;
    text-transform: lowercase;
    color: #add8e6;
    
    float: right;
    display: block;
}
	.tag4
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    font-family: Verdana;
}
	.tag5
{
   
    font-size: 11px;
    text-transform: capitalize;
    font-style: italic;
    
    float: left;
   
    display: block;
}
	.tag6
{
    color: #ffff00;
    font-size: 12px;
    text-transform: capitalize;
    font-style: italic;
    font-family: 'Century Gothic';
}
	
	


	