BODY
{
	background-repeat: repeat;
	font-size: 1.05em;
	direction: ltr;
}
	
H1, H2, IMG
{
	display: inline;
}

H1
{
	font-size: 70px;
	font-weight: 200;
}

H1 SPAN
{
	font-size: 75%;
}

H1 SPAN + SPAN
{
	text-decoration: overline;
}

TABLE
{
	border-width: 2px;
	border-style: solid;
	border-left-color: White;
	border-top-color: White;
	border-right-color: Gray;
	border-bottom-color: Gray;
}
				  
TD { white-space: nowrap; }
				  
.vip + UL { font-size: 85%; }

.b	{ font-weight: bold; }

.i	{ font-style: italic; }

.u	{ text-decoration: underline; }

.big {	font-family: "Times New Roman", Times, serif;
	font-size: 57px;
	font-weight: lighter;
	line-height : 20px; }

.overline { text-decoration: overline;
            font-size: 42px; }
			
#albums { position: absolute;
		  right: 10px;
		  top: 15px; }
			
#content { position: absolute;
		  left: 10px;
		  top: 90px;
		  width: 500px; }
			
#header { position: absolute;
	               left: 10px;
	               top: 0px; }
				   
#launch	{ font-size: 20px; }

#links { font-weight: 800;
              letter-spacing: 8px; }

#updates { background-image: none;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
	height: 200px;
	overflow: auto;
	padding: 0px 5px 5px 5px; }

#vip { background-color : #FDF5E6;
	border : thin dashed Maroon;
	padding-left: 5px; }
	
DIV.albums TD 	{ padding-bottom: -1px; }

P#first:first-line   { text-transform: uppercase; }
