* {box-sizing: border-box;}
.row::after {content: ""; clear: both; display: table;}
[class*="col-"] {float: left; padding: 10px;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

 /* For mobile phones: */
@media only screen and (max-width: 768px) { [class*="col-"] { width: 100%; }}
@media only screen and (max-width:600px) {div.stuff {font-size: 10px;}}
/* end of mobile phone stuff */
body {background-color:#ffffff;}
body {font-family: arial; color:#000000; font-size:10pt;}
h2 {text-align:center; font-style:italic;}
h3 {text-align:center; font-style:italic;}
h4 {text-align:center; font-style:italic;}
img {max-width:100%; height:auto;}
A:link { text-decoration: none; color:#000000;}
A:visited { text-decoration: none; color:#000000; }
A:hover {text-decoration: underline; color:#ff0000;}
hr {width:600px;}
div.gallery {margin: 10px; border: 1px solid #c0c0c0; float: left; width: 80px; height:130px; font-size: 80%;}
div.gallery:hover { border: 1px solid #8b0000;}
div.gallery img {max-width: 100%; height: auto;}

 div.desc {padding: 30x; text-align: center; font-size: 75%;} 

