The following files exists in this folder. Click to view.
style2.css72 lines ASCII Unix (LF) 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
*{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
header{
background-color: #21A2E3;
margin-top: 0px;
text-align: center;
color: whitesmoke;
}
h1{
font-size: 32pt;
margin-top: 0px;
line-height: 250%;
}
body{
margin-top: 0px;
background-color: whitesmoke;
width: 80%;
min-width: 600px;
max-width: 1600px;
margin-left: auto;
margin-right: auto;
border: 2px solid #21A2E3;
}
p{
font-size:11pt;
}
#logga{
float: right;
margin-top: 0px;
}
.container{
padding: 10px;
}
table,
td{
border: 1px dotted black;
border-collapse: collapse;
padding: 15px;
}
.top{
background-color:#21A2E3;
font-size:16pt;
color: whitesmoke;
font-weight: bold;
}
a:link, a:visited{
color: #343A40;
}
footer p,
footer a:link,
footer a:visited{
color:whitesmoke;
}
footer{
background-color:#343A40;
color: whitesmoke;
padding: 30px;
padding-left:10px;
padding-right:10px;
}