a.stylelink:link {
  color : #0000ff;
  background-color : #FFFFFF;
}
a.stylelink {
  color : #ff0000;
  background-color : #FFFFFF;
}
a.stylelink:visited {
  color : #0000ff;
  background-color : #FFFFFF;
}
a.stylelink:hover {
  color : #ff0000;
  background-color : #FFFFFF;
}

.m_projects
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/projects.gif") 0 0 no-repeat;
  }  
.m_projects:hover 
	{ 
    background-position: -120px 0;
  }

.m_snippets
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/snippets.gif") 0 0 no-repeat;
  }  
.m_snippets:hover 
	{ 
    background-position: -120px 0;
  }

.m_tutorials
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/tutorials.gif") 0 0 no-repeat;
  }  
.m_tutorials:hover 
	{ 
    background-position: -120px 0;
  }
	
.m_downloads
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/downloads.gif") 0 0 no-repeat;
  }  
.m_downloads:hover 
	{ 
    background-position: -120px 0;
  }

.m_links 
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/links.gif") 0 0 no-repeat;
  }  
.m_links:hover 
	{ 
    background-position: -120px 0;
  }
	
.m_sonstiges
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/sonstiges.gif") 0 0 no-repeat;
  }  
.m_sonstiges:hover 
	{ 
    background-position: -120px 0;
  }

.m_cypax
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/cypax.gif") 0 0 no-repeat;
  }  
.m_cypax:hover 
	{ 
    background-position: -120px 0;
  }

.m_gbook
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/gbook.gif") 0 0 no-repeat;
  }  
.m_gbook:hover 
	{ 
    background-position: -120px 0;
  }

.m_contact
	{ 
		text-decoration: none;
    border:0px;
    margin: 0 auto;
    padding:0px;
    display: block; 
    font-size:0px;
    width: 120px;
    height:34px; 
    background: url("../images/buttons/contact.gif") 0 0 no-repeat;
  }  
.m_contact:hover 
	{ 
    background-position: -120px 0;
  }



