diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1386c94
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# git ignore file
+/project/XPS/obj/Debug/*
+/project/XPS/obj/Release/*
diff --git a/project/XPS/Style.css b/project/XPS/Style.css
index 6727845..67fc5ef 100644
--- a/project/XPS/Style.css
+++ b/project/XPS/Style.css
@@ -23,7 +23,8 @@
{
border: 1px solid #CC4800;
background-color: #EE6900;
- color: #65001A;
+ color: #FFFF00;
+ /*color: #65001A;*/
font-size: 1.2em;
}
.menuNavSel
diff --git a/project/XPS/Web.Debug.config b/project/XPS/Web.Debug.config
new file mode 100644
index 0000000..2c6dd51
--- /dev/null
+++ b/project/XPS/Web.Debug.config
@@ -0,0 +1,30 @@
+
+
+
+
+