/* Viewer.css, Surfpix style */

body {
   background: seashell;
   font-family: verdana, helvetica, sans-serif;
}

h1 { font-size: 160%; text-align: center; }
h2 { font-size: 140%; text-align: center; }
h3 { font-size: 120%; text-align: center; }

.errText { font-weight: bold; color: #9C0000; }

/* Set to text-align: left; for left-justified thumbs and text */

.tabCell { text-align: center; vertical-align: top; }
.white { color: white; }
.gray  { color: #666666; }

.smaller {
	font-size: 90%;
}
.normal {
	font-size: 100%;
}
.larger {
	font-size: 120%;
}

.bordered { border: 2px solid black; }