/* Generic Selectors */ 
body {
text-align: center; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 25px;
color: black; 
background-color: #000000;
}


/**************** Pseudo classes ****************/ 
h1 {
color: Black;
text-align: center;
Font-family: Ariel;
Font-size: 30px;
}

h2 {
color: Black;
text-align: center;
Font-family: Ariel;
Font-size: 30px;
}

h3 {
color: black;
text-align: center;
Font-family: Ariel;
Font-size: 30px;
}


ol li {
float: left;
width: 201px;
list-style-type: none;
}

a:link {
color: blue;
border: 0;
}

a:visited { color: #000099;} 
a:hover { color: #666699; } 

.resume a:link    { color: #000099; } /* Darker blue */
.resume a:hover   { color: #FFFFFF; } /* white */
.resume a:visited { color: #000000; }


/************************* ID's *************************/ 
#name {
height: 100px;
width:100%;  
font-weight: normal; 
text-align: center;
word-spacing: 30px;
z-index: 2;
} 

#leftside {
text-align: left;
height: 100%;
background: #666666;
width: 50px;
Position: absolute;
top:0px;
left:1%;
}

#rightside {
height: 100%;
background: #666666;
width: 50px;
Position: absolute;
top:0px;
left:94%;
}

#navigation {
height: 50px;
text-align: center;
Width: 100%;
font-size: 20px;
}

#playing {
position: absolute;
top: 15%;
left: 10%;
Width: 30%;
Text-align: center;
}

#demo {
top: 15%;
margin-left: auto;
margin-right: auto;
Text-align: center;
}

#demo2 {
top: 15%;
width: 800px;
Text-align: center;
Background-color: #999999;
}


#news {
Position: absolute;
height: 400px;
top: 20%;
left: 69%;
Width: 200px;
font-size: 18px;
text-align: center;
background-color: #ffffff;
}

#enter {
Position: absolute;
top: 30%;
left: 60%;
Width: 200px;
}

#resume {
text-align: left;
font-size: 14px;
font-family: Arial; 
background-color: White;
color: black;
width: 850px;
margin-left: auto;
margin-right: auto;
line-height: 120%;
}

#me { 
text-align: center;
Font-size: 50px;
z-index: 2;
} 


#pics{
position: absolute;
left:330px;
top: 170px;
border: 5px solid #FFFFFF;
background-color: #999999;
color: #000000;
font-size: 16px;
}

#linksR {
text-align: left;
font-size: 20px;
Position: absolute;
background-color: white;
top: 30%;
left: 55%;
Width: 35%;
}

#linksL {
text-align: left;
font-size: 20px;
Position: absolute;
background-color: white;
top: 30%;
left: 10%;
Width: 35%;
}
