/*
$Id: style.css,v 0.1 2003/08/11 19:51:39 paris Exp $
	------------------------------------------------------------------------
										WebcamViewer
	
									Copyright (c) 2003
							Kévin Dunglas <kevin@votre-espace.com>
										ExploZ.Com
	------------------------------------------------------------------------
	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	You may not change or alter any portion of this comment or credits
	of supporting developers from this source code or any supporting
	source code which is considered copyrighted (c) material of the
	original comment or credit authors.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
	------------------------------------------------------------------------
*/
html, body
{
	font-family: Verdana, sans-serif, Arial, Helvetica;
	margin: 0px
}

A:link
{
	color: #000000;
	text-decoration: underline;
	background: none
}

A:visited
{
	color: #000000;
	text-decoration: underline;
	background: none
}

A:active
{
	color: #000000;
	text-decoration: underline;
	background: none
}
A:hover
{
	color: #000000;
	text-decoration: underline;
	background: none
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-align:center
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none
}

img
{
	border:none
}

p
{
	text-align:center
}

address
{
	text-align:center;
	font-size:small
}