body {
	margin: 0;
	padding:0;
	text-align: center;
	font-family: tahoma;
}

a {text-decoration: none; color: #800000;}

a:visited {text-decoration: none; color: #800000;}

a:hover {text-decoration: underline; color: #ED145B;}

.desc {
	font-size: 17px;
}

#rater {
	font-size: 20px;
}

.morelinks {
	font-size: 12px;
	line-height: 12pt;
    margin-left: 2px
}

.fickads {
	text-align: left;
	font-size: 12px;
	line-height: 12pt;
    margin-left: 10px
}



h1 {
	font-size: 24px;
	font-family: tahoma;
	display: inline;
}

h2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	font-size: 18px;
	line-height: 10pt;
	font-family: tahoma;
	display: inline;
}


input[type=text]
{
	border-style: solid;
	border-width: 1px;
	border-color: #FF66FF;
}

.imgBox
{ 
width: 150px; 
height: 128px; 
background: url(https://www.sexyfuckgames.com/images/bookmark_off.gif) no-repeat;
} 

.imgBox:hover
{ 
width: 150px; 
height: 128px; 
background: url(https://www.sexyfuckgames.com/images/bookmark_on.gif) no-repeat;
}

.imgBox2
{ 
width: 150px; 
height: 128px; 
background: url(https://www.sexyfuckgames.com/images/bookmark_off.gif) no-repeat;
} 

.imgBox2:hover
{ 
width: 150px; 
height: 128px; 
background: url(https://www.sexyfuckgames.com/images/bookmark_on.gif) no-repeat;
}


.like
{
float: left;
width: 50px; 
height: 45px; 
background: url(https://www.sexyfuckgames.com/images/like_off.gif) no-repeat;
} 

.like:hover
{ 
float: left;
width: 50px; 
height: 45px; 
background: url(https://www.sexyfuckgames.com/images/like.gif) no-repeat;
}



.dislike
{ 
float: left;
width: 50px; 
height: 45px; 
background: url(https://www.sexyfuckgames.com/images/dislike_off.gif) no-repeat;
} 

.dislike:hover
{ 
float: left;
width: 50px; 
height: 45px; 
background: url(https://www.sexyfuckgames.com/images/dislike.gif) no-repeat;
}

.download
{ 
margin-left: 5px;
float: left;
width: 32px; 
height: 32px; 
background: url(https://www.sexyfuckgames.com/images/download-off.gif) no-repeat;
} 

.download:hover
{ 
margin-left: 5px;
float: left;
width: 32px; 
height: 32px; 
background: url(https://www.sexyfuckgames.com/images/download-over.gif) no-repeat;
}



/* Add a black background color to the top navigation */
.topnav {
    background-color: #FFD9FF;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #FFFFFF;
    color: #ED145B;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }



  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
