
A:visited /*Style of a visited Link*/ {
  text-decoration: none;
  font-color: #000000;
  font-family: Arial, Verdana;
  color: #C0C0C0;
}

A:active /*Style of an acvtive (clicked) Link*/ {
  text-decoration: none;
  font-color: #B8D0E7;
  font-family: Arial, Verdana;
  color: #FF6A21;
}

A:link /*Style of a general Link*/ {
  text-decoration: none;
  font-color: #6699CC;
  color: #306192;
}

A:hover /*Style for Internet Explorer's Hover Feature*/ {
  font-color: #F8A477;
}

BODY /*Font Face and Size of the Document*/ {
  font-family: Arial, Verdana;
}

P /*Font Settings fro a single paragraph*/ {
  font-family: Arial, Verdana;
}

H1 /*Style of a Header, Class 1*/ {
  font-family: Arial, Verdana;
  font-size: 20pt;
  color: #000000;
  font-weight: bold;
}

H2 /*Style of a Header, Class 2*/ {
  font-family: Arial, Verdana;
  font-size: 18pt;
  color: #000000;
  font-weight: bold;
}

H3 /*Style of a Header, Class 3*/ {
  font-family: Arial, Verdana;
  font-size: 16pt;
  color: #FF6A21;
  font-weight: bold;
  font-style: italic;
}

H4 /*Style of a Header, Class 4*/ {
  font-family: Arial, Verdana;
  font-size: 14pt;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

H5 /*Style of a Header, Class 5*/ {
  font-family: Arial, Verdana;
  font-size: 12pt;
  color: #6699CC;
  font-weight: bold;
  font-style: italic;
}

H6 /*Style of a Header, Class 6 (the higher the smaller)*/ {
  font-family: Arial, Verdana;
  font-size: 12pt;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

TD /*Settings for Table Cells in general*/ {
  font-family: Arial, Verdana;
}

TD.small /*A "small" Table Cell Class- with Font size 8pt*/ {
  font-size: 8pt;
}

INPUT.TEXT /*For Input Tags. Have to have class "text".*/ {
  font-family: Arial, Verdana;
  font-size: 10pt;
}

INPUT.BUTTON /*Class for buttons. Use to make all buttons look similar*/ {
  font-family: Arial, Verdana;
  font-size: 10pt;
}

INPUT.FIXED /*Input Type class with fixed letter font (courier)*/ {
  font-family: Courier;
  font-size: 10pt;
}

TH.header /*Class for Price List Headers (example: "Komponenten")*/ {
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #186B94;
  font-family: Arial;
}

TH.subheader /*Table Header Settings for Price lists- description of Subclasses ("Gigabyte, Asus" etc. in the Mainboard Table)*/ {
  font-size: 8pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #2388C5;
  font-family: Arial;
}

TD.cds /*Settings for cds_oben.html*/ {
  font-size: 8pt;
  font-family: Arial;
  color: #FFFFFF;
}
