/* 
PYSANKY SHOWCASE CSS

© 2002 GBarkman. "All Rights Reserved".

NS6

IE4.0

IE5

IE6

O5 { 5 90 558 625 } */

body {
background-color: #ffffcc;
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-size: 8pt;
font-style: normal;
font-weight: 600;
margin-left: 6px;
color: #000000 /* black */
}

h1, h2, h3, h4, h5, h6{
font-family: "Century Schoolbook", Times, serif;
}

h1 {
/* main title */
font-size: 200%;
font-weight: 800;
color: #0066cc /* medium blue */
}

h2 {
/* used for sub-titles */
font-size: 110%;
font-weight: normal;
margin-right: 5%;
margin-left: 5%;
color: #0066cc /* medium blue */
}

h3 {
/* used as sub categories on workshop classes page */
font-size: 100%;
font-weight: 600;
margin-right: 5%;
margin-left: 5%;
color: #cc3366 /* med dk red */

}

h4 {}

h5 {
font-size: 50%;
}

h6 {}

p.menu {
/* sidemenu & returnto menu */
/* font-family: "Century Schoolbook", Times, serif; */
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: 70%;
font-style: italic;
font-weight: 600;
text-align: center;
color: #cc3366 /* med. dk. red */
}

p.category {
/* featuring statement */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 60%;
font-style: italic;
font-weight: 600;
text-align: center;
color: #cc3366 /* med. dk. red */
}

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: "Century Schoolbook", Times, serif;
font-style: normal;
font-weight: bold;
text-align: left;
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: extra-light;
color: #000000  /* black */
}

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: #cc3366 /* med. dk. red */
}

dl {
font-family: "Century Schoolbook", Times, 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: #cc3366 /* med. dk. red */
}

a:active {
color: #9966ff  /* med violet */
}

a:hover {
color: #cc66ff /*  med purple */
}

