/* Copyright (c) 2005-2006 Michael Phan-Ba. All rights reserved. */

/*******************************************************************************
Structure Module
*******************************************************************************/

body { color: #000; font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 12px; margin: 0; }

/*******************************************************************************
Text Module
*******************************************************************************/

/* Heading */
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 115%; }
h4 { font-size: normal; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

/* Block */
address { }
blockquote { margin: 1em 2em; }
div { }
p { margin: 0 0 .5em; }
pre { margin: 1em 0; }

/* Inline */
abbr { }
acronym { }
br { }
cite { }
code { }
dfn { }
em { }
kbd { }
q { }
samp { }
span { }
strong { }
var { }

/*******************************************************************************
Hypertext Module
*******************************************************************************/

a, a:link { color: #00F; text-decoration: none; }
a:visited { color: #00C; }
a:hover { color: #C00; text-decoration: underline; }
a:active { }

/*******************************************************************************
List Module
*******************************************************************************/

/* Definition List */
dl { }
dt { }
dd { }

/* Regular List */
ol { }
ul { }
li { }

/*******************************************************************************
Presentation Module
*******************************************************************************/

b { }
big { }
hr { border-width: 1px 0 0 0; height: 0; }
i { }
small { }
sub { }
sup { }
tt { }

/*******************************************************************************
Edit Module
*******************************************************************************/

del { }
ins { }

/*******************************************************************************
Bidirectional Text Module
*******************************************************************************/

bdo { }

/*******************************************************************************
Basic Forms Module
*******************************************************************************/

/* Form */
form { margin: 0; }

/* Formctl */
input { }

label { }
select { }
option { }
textarea { }

/*******************************************************************************
Forms Module extends Basic Forms Module
*******************************************************************************/

/* Form */
fieldset { }

/* Formctl */
button { }

/*******************************************************************************
Basic Tables Module
*******************************************************************************/

caption { }
table { }
td { vertical-align: top; }
th { }
tr { }

/*******************************************************************************
Tables Module extends Basic Tables Module
*******************************************************************************/

col { }
colgroup { }
tbody { }
tfoot { }
thead { }

/*******************************************************************************
Image Module
*******************************************************************************/

img { border: 0; margin: 0; }

/*******************************************************************************
Object Module
*******************************************************************************/

object { }
param { }

/*******************************************************************************
Frames Module
*******************************************************************************/

frameset { }
frame { }
noframes { }

/*******************************************************************************
Iframe Module
*******************************************************************************/

iframe { }
