/* JSP:n sivuissa käytettävä tyyli tiedosto */


body {background-color: #101010;color: #00ffff ;margin:20px } 

hr { width:40%;color:#FF0000}
h2,h4 {text-align: center;color:#00FF00}
h3 {text-align:left;font-size:15px}

img.maisema {float:left;margin:20px}
img.ruoka_p {float:left;margin:10px;height:200px}
img.ruoka_v {float:left;margin:10px;width:200px}
img.jengi {margin:20px}

p.center {text-align: center;margin:20px}
p.huom {color: #ffff00 ; text-align: center}

address {font-size:8pt}

table,th,td {border:thin solid #00ff00}

/* Linkin värit */
a:link {color: #00ffff}
a:visited {color: #00ffff}
a:hover {color: #FF00FF}
a:active {color: #800080}
