<style>
td,span,div,body
{
        font-family: arial;
	font-size:10pt;
}
#top_border
{
   width="0"
}

.miniBox
{
	display: inline;
	float: left;
	width: 340px;
        height: 130px;
	margin: 0 0 5 5;
	overflow: hidden;

}
.loggedIn .miniBox
{
   height: 100px;
}


body {
opacity: 1;
 background-color:#373735;
 text-align:center;
}

.box {
margin-top: 0px;    
margin-bottom: 0px;
    
    }

#bioBox .photo {
display:none

}

#userBio {

padding: 0px 0px 0px 0px;
margin-top: 0px;
margin-bottom: 0px;

} 


#feeds { 
display:none;
}

.text{ color:#666666; }
.text{ font-size:7pt; }

#categoriesBox .boxTop { 
display: none; 
}

/* taken from footer box */
body, #miniBox
{
  background-color:#373735;
  text-align:center;
  margin: 0px; color: white;
  font-family: verdana;
  font-size: 9px;
}
 
div.boxBottom, .boxTop, .galleriesBox, .boxSettings .note 
{
  border: 0;
  background-color:#373735;
}

div #commentBox, #galleryCommentCaptcha
{
background-color:#ffffff;
}

span.nav
{
  img {border-width:3;border-color:white;
}

.imgBorder{border-width:3;border-color:white;}
}
/* turn off the cart link on the minifooter */

.cartlink_footer
{ 
  display: none; 
}


.loginLink 
{ 
  display: none; 
} 


#feeds { 
display:none;
}

.title, /* Make sure all title elements are selected */
*.title,
* .title,
.box .title {
color:#ffffff; /* change the text color to yellow */
}

h2,
h3 { /* access any heading level 2 or heading level 3 text (i.e. <h3>heading level 3</h3>) you can find these in the bio */
margin:0; /* change the margin and padding to 0 so there isn’t so much space around it */
padding:0;
}

a:link, /* access all the links on your smugmug site */
.nav a:link,
.albumTitle a:link,
#homepage a:link {
font-family:tahoma;
color:gray; /* change the color to light yellow */
text-decoration:none; /* set the text decoration to underline */
}

a:visited, /* access all the visited states in the smugmug site */
.nav a:visited,
#homepage a:visited {
color:gray; /* change the color to light yellow */
text-decoration:none; /* set the text to be underlined */
}

a:hover, /* select all the link hover states on the whole site */
.nav a:hover,
#homepage a:hover,
.albumTitle a:hover {
color:#FEBA01; /* set the color to dark yellow */
text-decoration:none; /* underline them */
}

a:active, /* select all the link active states – when the mouse button is down */
.nav a:active,
.albumTitle a:active,
#homepage a:active {
color:gray; /* set the color to blue */
text-decoration:none; /* underline them */
}


span.title {
color:#FEBA01;
font-family: Arial;
font-weight: normal;
  font-size: 13px;

}

/* you must go in this order ...
a:link
a:visited
a:hover
a:active

just remember LoVe / HAte – Link Visited Hover Active */

.box .nav, /* select all the nav elements */
div.nav {
 /* set the text color to light gray */
}
</style>

