/*CSS design or !*/

body
{
background-image : url("../fotositor/bckgrquartz.jpg");
background-attachment : fixed;
}

.divOne
{
/*background-color : #f98778;*/
height : 2.5em;
width : 80%;
border : 3px solid #ffdcba;
color : /*#2ba6dc*/#fbec44;
text-align : center;
font-size : 90px;
text-decoration : underline;
margin-left : 10%;
}

.divMenu
{
/*background-color : #ffdcba;*/
margin-top : 1%;
float : left;
width : 25%;
height : 100%;
border : 3px solid #f98778;
text-align : left;
}

.divTwo
{
float : right;
width : 65%;
/*background-color : #cb7654;*/
margin-top : 1%;
height : 100%;
border : 3px solid #ffd700;
font-size : 125%;
/*color : #ff1c44;*/
margin-right : 5%;
}

h4
{
text-decoration : underline;
text-indent : 15%;
margin-left : 5%;
margin-right : 5%;
}

a
{
color : navy;
}

a:hover
{
color : #f98878;
}

a:visited
{
color : #dbefbb ;
}

.pOne
{
text-indent : 15%;
margin-left : 5%;
margin-right : 5%;
}