﻿@charset "utf-8";
/* CSS Document */

.link{
	text-decoration:none;
	}


.menu_small{
	font-family:Arial;
	color:#fff;
	font-weight:600;
	font-size:13px;
	text-decoration:none;	
	}
.menu_small:hover{
	font-family:Arial;
	color:#ff0202;
	font-weight:600;
	font-size:13px;
	text-decoration:none;	
}

.font_simple
{
    font-family:verdana, Battambang, cursive;
    font-size:14px;
    color:#6e6c6c;
    line-height:20px;
    
    }

.Title{
	font-family: 'Bokor', cursive;
	color:#424a69;
	font-weight:500;
	font-size:18px;
	text-decoration:none;	
	}
.Title:hover {
	font-family: 'Bokor', cursive;
	color:#3ca831;
	font-weight:500;
	font-size:18px;
	text-decoration:none;	
	}
    
 .font_Head
{
    font-family: 'Bokor', cursive, Perpetua;
    font-size:18px;
    color:#6b6b6b;
    font-weight:bold;
    
    }
   .category
{
    font-family:Perpetua;
    font-size:20px;
    color:#cd1c38;
    font-weight:bold;
    
    }  
        
.border
{
    border:3px;
    color:#c0c1c3;
    border-style:solid;
    }
    
.border:hover
{
    border:3px;
    color:#858d97;
    border-style:solid;
    }
    
    
.menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	text-decoration:none;	
	}
.menu:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	text-decoration:underline;	
	}	

	
#menu{
	background-image:url(images/menu_show.png);
	}
#menu:hover{
	background-color:#05b1a3;
	}