/* CSS Style sheet @ glebosipov.com */

body { background-color: #21282e; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
body,td,th { font-family: Tahoma; font-size: 12px; color: #d8f4fd; }
h1,h2,h3,h4,h5,h6 { font-family: Tahoma; }

a { font-family: Tahoma; font-size: 12px; }
a:link { color: #d8f4fd; }
a:visited { color: #d8f4fd; }
a:hover { text-decoration: none; color: #FFF; }

.index { display: block; width: 198px; float: left; text-decoration: none; text-align: center; background-repeat: no-repeat; background-position: center top; border-left: 1px solid #d8f4fd; height: 35px; }
.index:hover { background-position: center bottom; }
	#home { background-image: url(index-home.png); }
  #portfolio { background-image: url(index-portfolio.png); }
  #photo { background-image: url(index-photo.png); }
  #contacts { background-image: url(index-contacts.png); }
  #video { background-image: url(index-video.png); border-right: 1px solid #d8f4fd; }

.color1 { color: #d8f4fd; }
.color2 { color: #ff2134; }