a {outline:none;text-decoration:none;}
a:link {color:#ff0080;}
a:link img {outline:none;border:0px;}
a:visited {color:#ff0080;}
a:hover img {border-color:transparent;}
a:hover {color:#ff0000;text-decoration:underline;}
a:active {color:#ff0000;text-decoration:none;}
unknown {text-decoration:none;}

html, body {
width:100%;
height:100%;
margin:0px;
padding:0px;
background: #000000;
overflow:auto;
font-family:"Trebuchet MS",helvetica,verdana,sans-serif;
}

.pagetitle {
font-size:14pt;
color:#fefed2;
position:absolute;
top:120px;
left:20px;
}

.collage_archive_pagetitle {
width:100%;
text-align:center;
font-size:20px;
color:#ddddff;
padding:10px 0 10px 0;
}

#collage_archive_page_subtitle {
width:100%;
text-align:center;
font-size:13px;
color:#ddddff;
padding-top:5px 0 10px 0;
}

.collage_archive_month {
width:100%;
position:absolute;
top:40px;
left:0px;
font-size:22px;
color:#fefed2;
text-align:center;
}

.collage_archive_copyinfo {
width:100%;
position:absolute;
top:80px;
left:0px;
font-size:10pt;
color:#fefed2;
text-align:center;
}

.collage_archive_mainpanel {
width:100%;
position:absolute;
top:150px;
left:0px;
font-size:1.2em;
line-height:30px;
font-weight:700;
color:#fefed2;
text-align:center;
padding:0 0 40px 0;
}

.collage {
/* Set the width dynamically depending on the width of the browser window */width:96%;/* dont enlarge the element more than its initial resolution */max-width:1000px;/* Set the height dynamically depending on the element's current width, keeping the aspect ratio */height:auto;
}