The Header tags, H1 to H6
This sets the styling for the header tags that you can use within the main Text/HTML module.
H1 {
font-family: Tahoma, Arial, Helvetica;
font-size: 20px;
font-weight: normal;
color: #666644;
}
H2 {
font-family: Tahoma, Arial, Helvetica;
font-size: 20px;
font-weight: normal;
color: #666644;
}
H3 {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
color: #003366;
}
H4 {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
color: #003366;
}
H5, DT {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: #003366;
}
H6 {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: #003366;
}
DT
You will notice that alongside the H5 tag is also included the formatting for any definition tags. (This website provides further information on working with definition tags and lists:
http://www.htmlhelp.com/reference/wilbur/list/dt.html)