/* 	myhome.css : Cascading Style Sheet file
 	author : Raghuram B.
	description: Style sheet definitions for my home page 
	             http://www.geocities.com/maruhgar
   	last update: 7th July, 2003
*/
/* Properties that both side lists have in common */
BODY { font-family: verdana;
	 background-color: ffffcc;
 }
div.link-list {
        width:15em;
        position:absolute;
        top:0;
        font-size:75%;
        padding-left:1em;
        margin-left:0;
        margin-right:0;
}
/* we leave some place on the side using the margin-* properties */
#main {
        margin-left:15em;
        margin-right:15em;
	font-size:10pt;
}
/* and then we put each list on its place */
#list1 {
        left:0;
}
#list2 {
        right:0;
}
H4 { 
	font-size:1.25em;
	color:green;
	font-weight:normal
}
A {
	padding-right:2pt;
}
a:link { 
	text-decoration: none
}
a:visited { 
        color:blue;
	text-decoration: none
}
a:hover { 
	color:blue;
	font-weight: bold;
}
