body {
background-color: #0c0c01;
}

a:link {
 font-size: 10;
 font-family: arial; 
 color: #ffffff;
 font-weight:bold;
 text-decoration: underline;
 }
a:visited {
 font-size: 10;
 font-family: arial; 
 color: #ffffff;
 font-weight:bold;
 text-decoration: underline;
 }
a:hover {
 font-size: 10;
 font-family: arial; 
 color: #ffffff;
 font-weight:bold;
 text-decoration: underline;
 }

h2 {
font-size: 12px;
font-family: arial;
font-weight: bold;
color: #cbcb8e;
}

.cv_picture {
background: url(julie.jpg);
position: absolute;
height: 395px;
width: 140px;
margin-left: 690px;
margin-top: 50px;
}

.background {
width:900px; 
height:550px;
}

.text {
background: url(back_black.gif);
font-size: 10;
font-family: arial; 
color: #ffffff;
position: absolute;
text-align: left;
height: 440px;
width: 790px;
padding-left: 10px;
margin-left: 50px;
margin-top: 30px;
}

.menu {
position: absolute;
width:900px; 
height:17px;
margin-top:520px;
margin-left:280px;
}

.gallery {
width:900px; 
height:395px;
position: absolute;
margin-left: 50px;
margin-top:50px;
}



