body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663300;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
#client {
	line-height: 25px;
}
.formbg {
	background-color: #E4E3E2;
}
.menu {
	border: 1px solid #663300;
}

.video-container {
            max-width: 480px; /* Set max width as per your preference */
            margin: 0 auto;
            background-color: #000; /* Optional: to add a background color around the video */
        }
        
        video {
            width: 100%; /* Ensures the video fits the container */
            height: auto;
        }