/* Stylesheet for Red Earth Knitting website */

.body			/* sets parameters for main body */
{
margin-top: 2px; 
margin-left: 2px; 
margin-bottom: 2px;
background: #003063;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #FFDEAD
}

.logo			/* logo cell at top of page */
{
background-image: url("graphics/redearthknittinglogoMichelle.jpg");
//height: 148px
}


/****************FONT STYLES****************************************/

h1
{
align: center;
text-align: center;
font-family: tahoma, Arial;
font-size: 16pt;
color: black;
font-weight: 800
}

h1.orange
{
align: center;
text-align: center;
font-family: tahoma, Arial;
font-size: 16pt;
color: #DE4F08;
font-weight: 800
}


h2
{
text-indent: 7px;
font-family: tahoma, Arial;
font-size: 14pt;
color: #5DBAAE;
font-weight: 800
}

h3
{
text-indent: 15px;
font-family: tahoma, Arial;
font-size: 14pt;
color: black;
font-weight: 800
}


/****************LINK STYLES****************************************/

a.headerlink:link			/* links under header */
{
color: white;	
font-family: Helvetica, Arial, sans-serif;
font-size: 9pt;
font-weight: 700;
background-color:  transparent;
text-decoration: none
}

a.headerlink:visited	
{
color: white;	
font-family: Helvetica, Arial, sans-serif;
font-size: 9pt;
font-weight: 700;
background-color:  transparent;
text-decoration: none
}

a.headerlink:hover	
{
color: yellow;
font-family: Helvetica, Arial, sans-serif;
font-size: 9pt;
font-weight: 700;
background-color : transparent;
text-decoration: none
}

a.links:link
{
color: #999999;	
font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
text-decoration: none;	//no underline
font-weight: 600;
background-color : transparent
}

a.links:visited	
{
color: #FF9933;	
font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
text-decoration: none;	//no underline
font-weight: 600;
background-color : transparent
}

a.links:hover	
{
color: black;
font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
text-decoration: none;	//no underline
font-weight: 600;
background-color : transparent
}

a.smlinks:link
{
color: #8EB8E2;	
font-family: Helvetica, Arial, sans-serif;
font-size: 8pt;
font-weight: 600;
background-color : transparent
}

a.smlinks:visited	
{
color: #8EB8E2;	
font-family: Helvetica, Arial, sans-serif;
font-size: 8pt;
font-weight: 600;
background-color : transparent
}

a.smlinks:hover	
{
color: red;
font-family: Helvetica, Arial, sans-serif;
font-size: 8pt;
font-weight: 600;
background-color : transparent
}                                                                                                 
