body {
    margin:0px 0px 0px 0px;
    background-image: url(images/b.jpg);
    background-repeat: repeat;
    font-family: Verdana, Tahoma, "Arial Rounded MT Bold", Arial, sans-serif;
    background-attachment: fixed;
    }
	A 			{ color: #003366; text-decoration: underline; }
	A:link		{ color: #003366; text-decoration: underline; }
	A:visited	{ color: #003366; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		color:#333;
		font-size:x-large;
		font-weight:normal;	
  		padding:15px;
                border-top:4px double #666;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-size: xx-large;
		color: #333;
		text-decoration: none;
		}

	.description {
		color:#333;
		font-size:small;
  		text-transform:none;	
		}
				
	#content {
    float: right;
    margin: 0 10px 10px 10px;
    width: 70%;
    }

	#container {
    margin: 10px;
		}

	#links {	
		padding:10px;				
		border:1px solid white;
		width:20%;			
		}
		
	.blog {
    background-color: #B8F3FF;
    padding: 10px;
    border:1px solid #FFF;
    }

	.blogbody {
		font-size:small;
		font-weight:normal;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
    font-size: medium;
    padding-top: 5px;
    }			

	#menu {
    text-align:center;
    font-weight: bold;
    font-stretch: wider;
    }		

	.date	{ 
		font-size: large; 
		border-bottom:1px solid white;
		padding-bottom:5px;
		font-weight:bold;
		}			
		
	.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #000000; 
		}
		
	.calendar {
    font-size: xx-small;
    font-weight:normal;
    text-align:left;
    }
	
	.calendarhead {  
    font-size:small;
    font-weight: bolder;
    padding:2px;
    letter-spacing: .3em;
    text-transform:uppercase;
    text-align:center;      
    }	
	
	.side {
		font-size:x-small;
		font-weight:normal;
		}	
		
	.sidetitle {
		font-size:small;
		font-weight:bolder;
		letter-spacing: .3em;
 		text-transform:uppercase;		
    text-align:center;      
 		border-top: 1px solid white;
    margin-top: 10px;
		}		
	
	.syndicate {
 		border-top: 1px solid white;
    margin-top: 10px;
		font-size:xx-small;
    text-align: center;		
 		}	
		
	.powered {
 		border-top: 1px solid white;
    margin-top: 10px;
		color:#666;
		font-size:x-small;		
		text-transform:uppercase; 
    text-align: center;		
		}	
		
	
	.comments-body {
		font-size:small;
		font-weight:normal;
 		padding-bottom:10px;
 		padding-top:10px;		
		}		

	.comments-post {
		font-size:x-small;
		font-weight:normal;
		}	
			
	
	.trackback-url {
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding:5px;		
 		border:1px dotted #999; 					
		}

	.trackback-body {
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.trackback-post {
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	
		
	.comments-head	{ 
		font-size:small; 
		margin-top:20px;
		font-weight:bold;
		border-top:1px solid white;
	}		

	#banner-commentspop {
		font-size:large;
		font-weight:bold;
		border-left:1px solid #FFF;	
		border-right:1px solid #FFF;  		
		border-top:1px solid #FFF;  		
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
		}
    .que {
      font-weight: bold;
    }
    .ans {
      margin-left: 20px;
      font-style: italic;
    }