/* ================Body================*/

body { color: #3333CC; background: #f0f0f0; }


/* ================Überschrift1================*/

h1 { font-family: Arial; font-size: xx-large; font-weight: bold; text-align: center; color: #3333CC; }


/* ================Absatz (P)================*/

p { font-family: Arial; font-size: small; font-weight: bold; color: #3333CC; }


/*  ==============links (a)====================*/

a:link { font-family: Arial; font-size: 12pt; font-weight: bold; color: #808080; }


/*  ==============besuchte links (vlink)====================*/

a:visited { font-family: Arial; font-size: 12pt; font-weight: bold; color: #A0A0A0; }


/*  ==============links unter der Maus====================*/

a:hover { font-family: Arial; font-size: 12pt; font-weight: bold; font-style: italic; color: #808080; }


/*  ==============aktive links  (alink)====================*/

a:active { font-family: Arial; font-size: 12pt; font-weight: bold; font-style: italic; color: #FFcc00; }


/*  ==============Punkt Liste  (ul)====================*/

ul { font-family: Arial; font-size: small; font-weight: bold; text-align: justify; color: #3333CC; }
