body {
     /* the last one is the one that renders
     in this order, the background color will be used if the UA cannot render the gif */
     background-color: #000066;   
     background-image: url('../../images/backgrounds/stars.gif'); 
}

/*  TYPE SELECTOR (for A element - the anchor tag) with pseudo class :LINK - an unvisted link */
/* ----------------------------------------------------------------------------------*/

#main {
}

/* hack to create a minimum width in IE */
/* for the blog page */
#minWidth {
     border: dotted #000066;
}

/* hack to create a minimum width in IE */
/* for the archive links page */
#minWidthA {
     border: dotted #000066;
}

#topSpace {  /* blog title:  Current Projects  div id=topSpace */
     color: #ffffff;       
}

#bottomSpace  {      
}

#centerTopSpace  {     
}

#contentBorder {  /* div id=contentBorder */
     background-color: #000000;  
     border: solid #000000;   
     /* without these last 2 lines border-width and border
     the top of the contentBorder is invisible */        
} 

/* marging-bottom controls bottom border */
/*    div id=contentBox  */  
#contentBox  {  
     color: #ffffcc;
     background-color:  #773399;
     background-image: url('../../images/backgrounds/sunset4.jpg');
}

blockquote {
     color: #ffffcc;
}

/* Properties that both side lists have in common */
div.link-list {    /* div id=list2 class=link-list */
}

/* we leave some place on the side using the margin-* properties */
/* and then we put each list on its place */

#list1 {
        left:0;
}
#list2 {
        right:0;
}

.homeButton{  /* class=homeButton   */  
}

IMG#homeButton {
}

.blogButton{
}

IMG#blogButton{
}

/* ******************************************** */ 

div.linkBox  {  /* div id=inner class=linkBox */ 
} 

#left {
}

#right {
}

/* ******************************************** */

.red {  /* special emphasis  */
     color:  #ffffff;  
}  

/*  TYPE SELECTOR (for A element - the anchor tag) with pseudo class :LINK - an unvisted link */
/* ----------------------------------------------------------------------------------*/

a:link {  /* controls link display */
     color: #ffaaaa;
}

a:visited {  /* controls link display */
     color: #33ffff;
}

a:active {  /* controls link display */
     color: #ff0066;              
}

a:hover {  /* on IE only */
     color: #ff0066;              
}

A.ada:link {
     color: #ff0066;
     font-weight: bold;             
     text-decoration: underline;
} 

A.ada:visited {
     color: #ff0066;
     font-weight: bold;             
     text-decoration: underline;
}

