/* 
A SLICE OF HEAVEN CSS

© 2009 GBarkman. "All Rights Reserved".

NS6

IE4.0

IE5

IE6

O5 { 5 90 558 625 } */

body {
background-color: #6699ff;
margin-top: 6px;
color: #000000 /* text color for all non-classified writing */
}

td {
/* table data for demonstration and picture captions */

font-family: Verdana, Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: bold;
text-align: justify;
font-size: 11pt;
margin-right: 5%;
margin-left: 5%;
color: #000000 
}

h1, h2, h3, h4, h5, h6{
font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 {
/* main title */
font-size: 150%;
font-weight: 800;
color: #0000ff /* very strong blue */
}

h2 {
/* used for sub-titles */
font-size: 110%;
font-weight: normal;
margin-right: 5%;
margin-left: 5%;
color: #3366ff /* medium blue */
}

h3 {
/* can be used as sub categories on linked pages */
font-size: 100%;
font-weight: 600;
margin-right: 5%;
margin-left: 5%;
color: #cc3300 /* dk red-orange */

}

h4 {}

h5 {
font-size: 50%;
}

h6 {}

hr {
height:5px;
width:100%;
background:#ff3300; 
}

p.menu {
/* sidemenu & returnto menu */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 60%;
font-style: normal;
font-weight: bold;
text-align: left;
/* note: color of entries in menu is controlled by links colors */
}

p.featuring {
/* featuring statement */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
font-style: italic;
font-weight: 800;
text-align: center;
color: #cc3300 /* dk. red-orange */
}

p.category {
/* featuring statement */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 60%;
font-style: italic;
font-weight: 600;
text-align: center;
color: #cc3300 /* dk. red-orange */
}

p.list {
/* text on alphabetical other categorical listings  */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 11pt;
/* color determined by link color*/
}

p.maininfo {
/* text on maininfo paragraphs */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: bold;
text-align: justify;
font-size: 11pt;
margin-right: 5%;
margin-left: 5%;
color: #000000 
}

p.credits {
/* copyright credits */
font-family: Verdana, Helvetica, Arial, sans-serif; 
text-align: center;
font-style: italic;
font-size: 9pt;
font-weight: lighter;
color: #0000ff  /* very strong blue */
}

td.title {
/* title inside tables */
text-align: left;
font-style: normal;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 80%;
font-weight: bold;
color: #cc3300 /* dk. red-orange */
}

dl {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: bold;
text-align: left;
font-size: 11pt;
margin-right: 5%;
margin-left: 5%;
color: #000000 
}


cite {
margin-right: 5%;
margin-left: 5%;
}

ul {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 60%;
font-style: normal;
font-weight: bold;
text-align: left;
/* note: color of entries in menu is controlled by links colors */
}





a:link {
color: #0066cc /* medium blue */
}

a:visited {
color: #0000ff  /* very strong blue */
}

a:active {
color: #cc3300  /* dk. red-orange */
}

a:hover {
color: #ffffff /*  white */
}

