/*nientestyle.css is a style sheet vfor Kathy's niente website section.*/

body
{
background-image: url(images/IMG_0921S.jpg);
font-family: papyrus, monotype;
font-size: 26px;
color: #FFFFCC;
}


#centerbox
{
position: absolute;
textalign: center;
left: 220px;
right: 280px;
top: 30%;
background-color: black;
padding:10px;
font-family: papyrus, monotype;
font-size: 20px;

/* this is the first link style -- white then maroon when moused/clicked */ 
a:link { text-decoration: none; color: white;} 
a:visited { text-decoration: none; color: white;} 
a:active { text-decoration: none; color: #AE0711;} 
a:hover { text-decoration: bold; color: #AE0711;} 
}
#lowerbox
{
position: absolute;
textalign: center;
left: 500px;
right: 150px;
top: 5%;
padding:10px;
font-family: papyrus, monotype;
font-size: 20px;

/* this is the first link style -- white then maroon when moused/clicked */ 
a:link { text-decoration: none; color: white;} 
a:visited { text-decoration: none; color: white;} 
a:active { text-decoration: none; color: #AE0711;} 
a:hover { text-decoration: bold; color: #AE0711;} 
}

.biostyle
{
background-color: black;
font-family: papyrus, monotype;
font-size: 14px;
color: #FFFFCC;
}

/* this is the first link style -- white then maroon when moused/clicked */ 
a:link { text-decoration: none; color: white;} 
a:visited { text-decoration: none; color: white;} 
a:active { text-decoration: none; color: #AE0711;} 
a:hover { text-decoration: bold; color: #AE0711;} 
