h1 {
font-family : sans-serif;
font-size : 14px;
color : white;
font-weight : bold;
font-style : normal;
text-align : center;
}
h3 {
font-family : sans-serif;
font-size : 18px;
color : red;
font-weight : bold;
font-style : normal;
text-align : center;
}
h2 {
font-family : sans-serif;
font-size : 14px;
color : white;
font-weight : bold;
font-style : normal;
text-align : center;
}
h2.solid_center {
font-family : sans-serif;
font-size : 14px;
color : white;
font-weight : bold;
font-style : normal;
text-align : center;
margin-top : 0;
border-style : solid;
border-color : white;
border-width : 1px;
}
td.fett {
font-family : sans-serif;
font-size : 12px;
color : white;
font-style : normal;
font-weight : bold;
text-align : left;
}
A:link {
font-family : sans-serif;
font-size : 20px;
text-align : center;
color : red;
text-decoration : none;
}
A:visited {
font-family : sans-serif;
font-size : 20px;
text-align : center;
text-decoration : none;
color : #55ff00;
}
A:hover {
font-family : sans-serif;
font-size : 20px;
text-align : center;
text-decoration : none;
color : white;
background-color : black;
}
A:active {
font-family : sans-serif;
font-size : 20px;
text-align : center;
text-decoration : none;
color : red;
background-color : black;
}
a.nowactive {
font-family : sans-serif;
font-size : 20px;
text-align : center;
text-decoration : none;
color : white;
background-color : black;
}
a.nowactive:hover {
font-family : sans-serif;
font-size : 20px;
text-align : center;
text-decoration : none;
color : white;
background-color : black;
}
a.list {
font-family : sans-serif;
font-size : 12px;
font-style : normal;
text-align : left;
color : white;
text-decoration : none;
}
a.list:hover {
font-family : sans-serif;
font-size : 12px;
font-style : normal;
text-align : left;
text-decoration : underline;
color : white;
background-color : black;
}
a.list:active {
font-family : sans-serif;
font-size : 12px;
font-style : normal;
text-align : left;
text-decoration : none;
color : black;
background-color : #ff9933;
}
a.mail {
font-family : sans-serif;
font-size : 30px;
text-align : left;
text-decoration : none;
color : red;
background-color : black;
}
a.mail:hover {
font-family : sans-serif;
font-size : 30px;
text-align : left;
text-decoration : none;
color : red;
background-color : black;
}
a.mail:visited {
font-family : sans-serif;
font-size : 30px;
text-align : left;
text-decoration : none;
color : red;
background-color : black;
}
p.title {
font-family : sans-serif;
font-size : 22px;
font-style : normal;
text-align : center;
text-decoration : none;
color : white;
}
p.text {
font-family : sans-serif;
font-size : 18px;
font-style : normal;
text-decoration : none;
color : white;
}