/* cascading style sheet for the grad student homepage templates */

body {background: #eeeedd;}

.left {text-align: left;}

div.inset {margin-left: 1.5cm;}

img.rightfloat {float: right;}
img.leftfloat {float: left;}

p.center_image {text-align: center;}

hr.short {width: 65%;}

div#links a:link {color: #000000; text-decoration: underline; }
div#links a:active {color: #0000ff; text-decoration: underline; }
div#links a:visited {color: #008000; text-decoration: underline; }
div#links a:hover {color: #ff0000; text-decoration: none; }

img.hobby {margin-right: 5px;
           margin-left: 15px;}

#centered {vertical-align: middle;}

div.wide li {margin: 1em 1em 1em 1em;}

img.up_down {float: left;
	     margin-left: 1em;
             margin-right: 0.5em;}

.center{text-align: center;}

table.t_centered { width: 60%;
                 margin-left: 20%;
                 margin-right: 20%;
                 border: ridge 3px;
                 }

table.t_centered td, th {border: groove 1px;
                         padding: 0.2em;}
