
/* General style sheet for Tilly's website */


/* Paragraph tag styles: */
P /* Body text... */ {
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  text-decoration: none;
  font-family: "Verdana", "Arial", "sans-serif";
  color: #000000;
}

P.bottom /* Text at bottom of page... */ {
  text-align: center;
  font-size: 10px;
  font-family: "Verdana", "Arial", "sans-serif";
}

P.caption /* Photo caption... */ {
  font-style: italic;
  text-align: center;
  font-size: 12px;
  font-family: "Verdana", "Arial", "sans-serif";
}

P.bold /* Bold text... */ {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  font-family: "Verdana", "Arial", "sans-serif";
  color: #000000;
}

P.top /*text at top of page... */ {
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  font-size: 13px;
  line-height: 13px;
  font-family: "Verdana" "Arial" "sans-serif";
  color: #000000;
}

  /* Heading tag styles: */
h1 {
  font-weight: 600;
  text-align: left;
  font-size: 19px;
  text-decoration: none;
  font-family: "Verdana", "arial", "sans-serif";
  color: #000000;
} 

h2 {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  font-family: "Verdana", "arial", "sans-serif";
  color: #000000;
} 

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #005000;
} 

A:visited {
  font-weight: bold;
  text-decoration: none;
  color: #006600;
} 

A:active {
  font-weight: bold;
  text-decoration: none;
  color: #339933;
} 

A:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #339933;
} 

A.toplink:link {
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  font-family: "Verdana" "Arial" "sans-serif";
  color: #005000;
} 

A.toplink:visited {
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  font-family: "Verdana" "Arial" "sans-serif";
  color: #669966;
} 

A.toplinkactive {
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  font-family: "Verdana" "Arial" "sans-serif";
  color: #005000;
} 

A.toplink:hover {
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  font-family: "Verdana" "Arial" "sans-serif";
  color: #339933;
} 

UL {
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  text-decoration: none;
  font-family: "Verdana" "Arial" "sans-serif";
  color: #000000;
} 

BLOCKQUOTE {
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  text-decoration: none;
  font-family: "Verdana" "Arial" "sans-serif";
  color: #000000;
} 
