/* stylesheet for welcome page at sillius.nl */

body {
background:white url(./gallery/paper.gif);
margin-top:50px;
}

div.mcap {
display:block;
float:left;
clear:both;
width:600px;
margin:10px 0px 25px 20px;
padding:4px 4px 4px 4px;
font-size:28px;
text-align:center;
color:black;
}

div.scap {
display:block;
float:left;
clear:both;
width:600px;
height:100px;
margin:10px 0px 25px 20px;
padding:4px 4px 4px 4px;
font-size:24px;
font-style:allcaps;
text-align:center;
color:black;
}

div.container {
display:block;
float:left;
clear:both;
width:600px;
height:300px;
border:0px solid red;
}

div.cell {
display:inline;
float:left;
clear:none;
width:140px;
height:200px;
font-size:10pt;
font-weight:bold;
border:0px solid black;
padding:30px 2px 2px 2px;
text-align:center;
color:black;
}

a {
text-decoration:none;
font-size:16pt;
font-weight:normal;
color:black;
}