@charset "utf-8";
/* CSS Document */
/*
 body {
background-color:#FFF;}

a:link {
color:#990000;
text-decoration:none;
}

a:visited {
color:#990000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#990000;
}

table.gallery {
text-align:center;
vertical-align:bottom;
}

td.column {
vertical-align:top;
*/