/* Cascading Style Sheets für www.megamew.de.vu*/
/* CSS by MegaMew */

body {
/* Schriftfarbe auf Schwarz, Schriftgröße auf 12, Schriftart auf Segoe UI, Trebuchet MS oder Tahoma */
font-color:#000000;
font-size:12pt;
font-family:Segoe UI, Trebuchet MS, Tahoma;

/* Hintergrundfarbe auf Weiß */
background-color:#ffffff;
}

h1 {
/* Überschrift: Schriftfarbe auf Schwarz, Schriftgröße auf 20, Schriftart auf Trebuchet MS oder Arial */
font-color:#000000;
font-size:20pt;
font-family:Trebuchet MS, Arial;
}


td {
/* Tabellen*/
border:0px;
text-align:center;
}


