
.blue
{/*some links should remain blue*/
    color: blue;
}
.header1
{ /*the billhung.net title style*/
    font-family: Comic Sans MS; 
    font-size: 200%; 
    font-weight: bold ;
}
.header2
{/*the title of each boxes*/
    font-family: Comic Sans MS; 
    font-size: 150%; 
    font-weight: bold;
}

.freefind
{/*the search box*/
    position: absolute; 
    top: 0em; 
    right: 1em; 
    width: 15em; 
}
.google-reader
{/*the google reader news snippet*/
/*  position: absolute;
  right: 1em;
  top: 5em;
*/

  float: right;
}
.table-default
{ /*no border table default*/
    border-width:0; 
    padding:0; 
    border-spacing:0; 
    width:100%;
}
.table-nowrap
{/*nowrap, for td so far*/
    background:#e5ecf9; 
    white-space:nowrap;
}

/*the blue tags, 2010-01-02*/
.tag{/*color:#1087A4;*/background-color:#fff;border:2px solid #7485CA;margin:2px 2px 2px 0;padding:3px 5px 3px 5px;text-decoration:none;font-size:90%;line-height:2.4;white-space:nowrap;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px}
.tag:visited{/*color:#1087A4*/}
.tag:hover{background-color:#14A7C6;color:#F3F1D9;border:2px solid #14A7C6;text-decoration:none}


a
{/*no underlines for links, this has to be at the bottom*/
    text-decoration: none;
}
A:hover {
	COLOR: #ff3300; border-bottom: 1px dotted #e0861e
}

/*the dotted blue lines, 2010-01-02*/
fieldset
{
	background:transparent none repeat scroll 0% 0%;
	border:2px dashed #7485CA;
	-webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}
