/*This is the core style sheet of the Sandie Skye Counseling web site.*/

body {
background-color : #DEEFF7; 
background-image : url(images2/tile2.jpg);
align : center;
}

p {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : .7em;
line-height : 1.6em;
text-align : left;
margin-left : 3%;
margin-right : 2%;
}

p.bold {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : .7em;
line-height : 1.6em;
font-weight : bold;
text-align : left;
margin-left : 3%;
margin-right : 2%;
}

p.menu {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : .6em;
line-height : 1.6em;
font-weight : bold;
text-align : left;
margin-left : 3%;
margin-right : 2%
}

p.caption {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : .7em;
line-height : 1.6em;
font-style : italic;
text-align : left;
margin-left : 3%;
margin-right : 2%;
margin-top : 0;
margin-bottom : 5;
color : #000000;
}

p.legal {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : .6em;
font-style : italic;
text-align : left;
margin-left : 3%;
margin-right : 2%;
margin-top : 0;
margin-bottom : 5;
color : #000000;
}

div {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : .7em;
line-height : 1.6em;
text-align : left;
margin-left : 0;
margin-right : 0;
}

li {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : .7em;
line-height : 1.6em;
text-align : left;
margin-left : 3%;
margin-right : 0%;
}

table.menu {
margin-right : 6;
margin-top : 10;
}

h1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : none;
font-size : 1.6 em;
color : #333366;
text-align : left;
margin-left : 3%;
margin-top : 10;
}

h2, h3, h4 {
font-family : Georgia, Times, "Times New Roman", serif;
color : #333366;
text-align : left;
}

h2 {
font-style : italic;
font-size : 1.4 em;
text-align : left;
margin-left : 3%;
}

h3 {
font-style : italic;
font-size : 1.2 em;
text-align : left;
margin-left : 3%;
}

h4 {
font-style : bold;
font-size : 14px;
text-align : left;
margin-left : 3%;
}

a:link {
color : #6666ff;
text-decoration : underline;
}

a:visited {
color : #333366;
text-decoration : underline;
}

a:hover {
color : #6666ff;
text-decoration : underline;
}

a:active {
color : #6666ff;
text-decoration : underline;
}

a.menu:link {
color : #333366;
text-decoration : none;
font-size : 10px;
font-weight : bold;
}

a.menu:visited {
color : #333366;
text-decoration : none;
font-size : 10px;
font-weight : bold;
}

a.menu:hover {
color : #6666ff;
text-decoration : none;
font-size : 10px;
font-weight : bold;
}

a.menu:active {
color : #333366;
text-decoration : none;
font-size : 10px;
font-weight : bold;
}

