body { background:#996; font-family: Arial, Helvetica, sans-serif; font-size:12px; }
a:link { color:white; text-decoration:none; }
a:visited { color:#fc0; }
a:hover { text-decoration: underline; }
a:active { }

img.text {
	color: #6f6f4d; 
	background-color: white;
	padding: 3px 3px 3px; 
	border-width: 2px;
	border-style: solid;
	}
/* td { text-align:left; } */
.small { font:10px Verdana, Geneva, sans-serif; }
.medium { font:12px Arial, Helvetica, sans-serif; }

.ex1 img{
    border: 5px solid #ccc;
    float: left;
    margin: 15px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}
 
.ex1 img:hover {
    margin-top: 2px;
}
