/*
  Author: Lukáš Linha 
  Email: lukas.linha@centrum.cz
*/


body,html { 
font-family: Verdana, Arial, Courier, sans-serif;
background-color: #FFD461;
font-size: 12px;
color: #000000;
scrollbar-face-color: RGB(202,173,011);
scrollbar-arrow-color: RGB(000,000,000);
scrollbar-highlight-color: RGB(244,217,062);
scrollbar-3dlight-color: RGB(247,223,055);
scrollbar-shadow-color: RGB(148,126,007);
scrollbar-darkshadow-color: RGB(069,060,003);
scrollbar-track-color: RGB(000,000,000);

}

h1 {
font-family:  Verdana, Arial, Courier, sans-serif;
text-align: center;
color: #000000;
font-variant: small-caps;
font-size: 60px;
}

h2 {
font-family: Garamond, Arial, Courier, sans-serif;
text-align: left;
font-size: 20;
color: #000000;
letter-spacing: 3;
}

h3 {
font-family: Arial, Courier, sans-serif;
text-align: left;
color: #000000;
letter-spacing: 3;
font-variant: small-caps;
}

#main {
font-family: Verdana, Times New Roman, Arial, serif;
font-size: 12;
color: #000000;
padding: 10;
padding-top: 2;
<!-- border: red solid; -->
}

#top {
height: 130;

}

#window{
text-align: left;
font-size: 11;
position: relative;
left: 30;
width: 712;
text-indent: 20px;
}

p {
text-indent: 20px;
margin: 0;
}

#alert{
text-align: center;
font-size: 12;
padding: 1em;
backgroud-color: red;
}

table{
color: black;
font-size: 12;
}

table a:visited,table a:link {
color: #008000;
text-decoration: none;
font-weight: bold;
}

table a:hover {
color: red;
text-decoration: none;
font-weight: bold;}

a:visited,a:link {
color: ;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: red;
text-decoration: none;
font-weight: bold;}

.fotos{
 background-color: #FFD554;
} 

.fotos td, .links td {
        width: 25%;
        color: #888888;
        height: 100px;
        text-align: center;
        padding: 5px;
        border: 1px solid #999999;
        background-color: #ffcc00;
}

img {
 border: 0px;
}
