/* Generic Selectors */ 
body { 
font-family: tahoma, sans-serif; 
font-size: 17px; 
color: #00FFFF; 
cursor: crosshair;
background: #434555 url('images/background.jpg') center repeat;
background-position: center center; 
} 
table.one {
table-layout: automatic;
border-collapse: collapse;
}
tr.body {
background: url('images/bodyback.jpg') center;
}
td.body {
padding: 10px 20px 10px 35px; /*top right bottom left*/ 
}
td.music {
text-align: center;
padding: 80px 0px 10px 10px;
}
p { 
width: 80%; 
text-indent: 1cm;
padding: 0 0 0 10px;
line-height: 10%; 
}
li { 
list-style-type: disc; 
line-height: 150%; 
/* list-style-image: url() if you want later */
} 
h1 { 
font-family: Tahoma, sans-serif; 
font-size: 10px; 
font-weight: normal; 
text-align: right;
padding: 0 5px 0 0;
color: #FFFFFF; 
border-top: 1px solid #FFFFFF;
} 
h2 { 
font-family: tahoma, sans-serif; 
font-size: 16px; 
font-weight: bold; 
color: #FFFFFF; 
border-bottom: 1px solid #FFFFFF; 
}
h3 {
text-align: center;
}
span.highlight {
background-color: #000000;
}
html {
}

 
/**************** Pseudo classes ****************/ 
a:link { 
color: #00FFFF; 
text-decoration: none;
font-weight: normal; 
} 
li a:link { 
color: #00FFFF; 
text-decoration: none; 
font-weight: normal; 
} 
a:visited { 
color: #00FFFF; 
text-decoration: none; 
font-weight: normal; 
} 
li a:visited { 
color: 00FFFF; 
text-decoration: none; 
font-weight: normal; 
} 
a:hover { 
color: #FF00FF; 
font-weight: normal; 
text-decoration: none; 
} 
li a:hover { 
color: #FF00FF;  
font-weight: normal; 

} 
a:active { 
color: #00FF00; 
font-weight: normal; 
} 
/************************* ID's *************************/ 
#header {
position: relative;
width: 728px;
height: 125px;
background: url('images/header.jpg') center;
}
#sidebar { 
position: relative; 
width: 100px; 
height: 534px; 
background: url('images/sidebarleft.jpg');
} 
#sect1 {
position: relative;
width: 364px;
height: 198px;
overflow: auto;
text-align: center;
background-color: #444444;
}
#sect2 {
position: relative;
width: 364px;
height: 198px;
overflow: auto;
text-align: center;
background-color: #202020;
}
#sect3 {
position: relative;
width: 364px;
height: 198px;
overflow: auto;
text-align: center;
background-color: #333333;
}
#sect4 {
position: relative;
width: 364px;
height: 198px;
overflow: auto;
text-align: center;
background-color: #555555;
}
#sect5 {
position: relative;
width: 728px;
height: 13px;
overflow: auto;
text-align: center;
font-size: 10px;
background-color: #777777;
}
