﻿/* DATEI: formate.css = zentrale Formatvorlage fuer die Website des Vancouver English Centre */
/* erstellt von: Daniel Markgraf */
/* erlernen Sie Stylesheets mit SELFHTML unter http://www.netzwelt.com/selfhtml */

body { margin-top:10px; margin-bottom:10px; background-color: white; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Verdana,Univers,Arial,Helvetica,sans-serif; }
h1 { font-size:36pt; font-style:italic; color=#C0C0C0; text-align:right;}
h2 { font-size:10pt; color=#FF6600; text-align:left;}
h3 { font-size:12pt;}
h4 { font-size:10pt;}
ul,ol,li,div,td,th,address,nobr { font-size:9pt;}
bild1 { font-size:10pt; text-align:center;}

table.grau {background-color:whitesmoke; border-width:1px; border-color:#DADADA; border-style:solid; cellpadding:5; width:600px;}
table.rot  {background-color:white; border-width:1px; border-color:#FF0000; border-style:solid; cellpadding:5; width:600px;}

/*Farben für Hyperlinks*/
A:link			{color: black; font-weight:bold; text-decoration:none; font-size:8pt; text-align:center;}
A:visited		{color: black; font-weight:bold; text-decoration:none; font-size:8pt; text-align:center;}
A:hover	  		{color: #FF6600; font-weight:bold; text-decoration:none; font-size:8pt; text-align:center;}

A_n:link			{color: #FF6600; font-weight:bold; text-decoration:none; font-size:8pt; text-align:center;}
A_n:visited		{color: #FF6600; font-weight:bold; text-decoration:none; font-size:8pt; text-align:center;}
A_n:hover  		{color: black; font-weight:bold; text-decoration:none; font-size:8pt; text-align:center;}