
/*--------------------------------------------------------------------------
**  <copyright file="CssGeneralFargo.css" company="Microsoft">
**      Copyright (c) Microsoft Corporation.  All rights reserved.
**  </copyright>
**  <summary>
**      Contains the relevant CSS definitions from the Dynamics AX general
**      .css file, that apply to the WebSearch component webpage.
**      2010/11/24  Wednesday  16:11
**  </summary>
**--------------------------------------------------------------------------
*/

h1 
{
	font: 20px "Segoe UI", Verdana, Tahoma, sans-serif;
	color: #118f00;
}

h2 
{
	font-size: 16px;
	color: #4368b0;
}

body
{
	background: #FFFFFF;
	color: #000000;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 15px;
	margin-top: 10px;
	padding: 0;
	font: normal normal 9pt/1.5em "Segoe UI", Verdana, Tahoma, sans-serif;
}

a:link 
{
	color: #0066cc;
	text-decoration: none;
}

a:hover
{
	color: #3399FF;
	text-decoration: underline;
}

/* eof */
