/* Stylesheet for Rahman Amanullah's Homepage
   Rahman Amanullah, 991225 */

BODY {
 background-color:  #EEEEEE; 
 color:             black;
 font-family:       Verdana, Arial, Helvetica, sans-serif;
 margin:            30px 25px 30px 15px;
 text-align:        left;
}

A:link {color:      #850000}
A:visited {color:   #000020}

/* The general paragraph style */
P {
  margin:        7px 10px 5px 0px;
  color:         #000000;
  text-align:    justify;
  line-height:   120%;
}

table {
  font-family:           Helvetica, Verdana, Arial, sans-serif;
}

tr.odd {
  background-color: #AAAAAA;
}

UL {
  font-family:           Helvetica, Verdana, Arial, sans-serif;
  margin-left:          -15px;
  margin-right:		 40px;
  list-style-type:       square;
  list-style-position:   outside;
}

/* The little description text that pops up on the first page */
.desc {
  text-align:     left;
  color:          #666666;
  position:       absolute;
  top:            15px;
  left:           25px;
  right:          10px;
  visibility:     hidden;
  z-index:        0;
}

H1 {
  font-size:      x-large;
  font-weight:    bold;
}

H2 {
  margin-bottom:  5px;
  font-size:      large;
  font-weight:    bold;
  margin-top:     15px;
}

.tiny {
  color:          #666666;
}
