/* ========================================================================= */
/* www.artsoft.org - default style sheet                                     */
/* ========================================================================= */

/* ------------------------------------------------------------------------- */
/* standard tags                                                             */
/* ------------------------------------------------------------------------- */

/* ---------- default settings for page body ---------- */
body
{
  background-color:	#dd9977;
  color:		#000000;

  font-family:		Helvetica, Arial, sans-serif;
  font-size:		12px;
}

body a
{
  color:		#0000cc;
}

body a:visited
{
  color:		#0000cc;
}

body a:hover
{
  color:		#ff0000;
}

h1
{
  font-family:		Times, Times NewRoman, serif;
  font-size:		24px;
  font-weight:		bold;
  font-variant:		small-caps;

  margin:		0px;
}

h2
{
  font-size:		18px;
  font-weight:		bold;

  margin:		0px;
}

h3
{
  background-color:	#000000;
  color:		#dd9977;

  font-size:		14px;
  font-weight:		bold;

  padding:		3px;
  margin:		0px;
}

ul
{
  margin-top:		1ex;
  margin-bottom:	2ex;
}

li
{
  margin-bottom:	1ex;
}


/* ------------------------------------------------------------------------- */
/* custom tags                                                               */
/* ------------------------------------------------------------------------- */

/* ---------- default settings for page font ---------- */
#font-face
{
  font-family:		Helvetica, Arial, sans-serif;
  font-size:		12px;
}

/* ---------- default settings for start page ---------- */
#startpage-body
{
  background-color:	#000000;
  color:		#ffff00;
}

/* ---------- default settings for start page ---------- */
#startpage-table
{
  background-color:	#000000;
  color:		#ffff00;

  width:		100%;
  height:		70%;

  text-align:		center;
  vertical-align:	middle;

  font-family:		Times, Times NewRoman, serif;
  font-size:		36px;
  font-weight:		bold;
  font-variant:		small-caps;
}

#startpage-table a
{
  color:		#ffff00;
}

#startpage-table a:visited
{
  color:		#ffff00;
}

#startpage-table a:hover
{
  color:		#ffff00;
}

#font-small
{
  font-size:		10px;
}

#index-project-name
{
  font-size:		16px;	/* same as font size for 'paragraph-head' */
  font-weight:		bold;

  margin-bottom:	1ex;
}

#index-project-link
{
  font-size:		16px;	/* same as font size for 'paragraph-head' */
  font-weight:		bold;

  margin-bottom:	1ex;
}

#index-section-name
{
  font-size:		12px;
  font-weight:		bold;
}

#index-section-link
{
  font-size:		12px;
  font-weight:		bold;
}

#section-body
{
  margin-top:		1em;
}

#paragraph-head
{
  font-size:		16px;	/* same as font size for 'index-project-*' */
  font-weight:		bold;
}

#paragraph-body
{
  text-align:		justify;
  margin-bottom:	1em;
}

#strong
{
  font-weight:		bold;
}

#small
{
  font-size:		11px;
}
