/* File: photopage.css */

/* Main Page */

body {
        margin:0px;
        background-color:#edeee0;
}

/* Text Elements */

p,h1,h2,h3,h4,ul,ol,li,a,div,td,th,b,i {
        font-family:Arial,Helvetica,sans-serif;
}
p,ul,ol,li,a,div,td,th,b,i {
        font-size:12pt; color:#0066CC;2
}
.italic {
        font-style:italic;
}

/* Headings */

h1 {
        font-size:32pt;
        text-align:center;
        color:#FFFFFF;
        /* background-color:#FFFF00; */
        margin:0px;
        padding-bottom:0px;
}
h2 {
        font-size:22pt;
        text-align:center;
}
h3 {
        font-size:18pt;
        margin-top:18px; margin-bottom:3px;
}
h4 {
        font-size:16pt;
        margin-top:12px; margin-bottom:3px;
}

/* Lists, tables, and thumbnails */

td.layout {
	background-color:#0066CC;
	}
td.main {
	width:100%;
}
td.thumb {
        padding:5px;
        vertical-align:top;
        text-align:center;
        font-size:10pt;
}
td.thumb a {
	font-size:10pt;
}
td.bottom {
	height:18pt;
}

img{
	border-width:0px;
}
td.thumb img {
	margin-bottom:3px;
	border-style:solid;
	border-width:1px;
}

/* Links */

a:link {
    color:#000000;
    text-decoration:underline;
}
a:visited {
    color:#330033;
    text-decoration:underline;
}
a:active {
    color:#FF0000;
    text-decoration:underline;
}

/* Text sizes and colors */

/* Specialized formats */

p.prevnext {
	text-align:center;
}

table.info {
        margin-top:12px;
        margin-bottom:8px;
        background-color:#E0EDEE;
        border-style:solid;
        border-color:#0066CC;
        border-width:2px;
        padding:2px 4px 2px 4px;
}
hr {
	width:100%;
	height:2px;
	color:#0066CC;
	border-style:solid;
}

/* End of mdumke.css */

